| Summary: | https://git.eclipse.org/c/ has no CSS | ||
|---|---|---|---|
| Product: | Community | Reporter: | Benjamin Cabé <contact> |
| Component: | Website | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | chris.guindon, daniel_megert, denis.roy, markus.kell.r, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | https://git.eclipse.org/c/ | ||
| Whiteboard: | |||
|
Description
Benjamin Cabé
The CSS does exist, but the server returns 403 - Forbidden, like in bug 506651. When I hack https://git.eclipse.org/c/ to use the css from https://eclipse.org, then I get Same-Origin Policy violations when it tries to download web fonts. (In reply to Markus Keller from comment #2) > When I hack https://git.eclipse.org/c/ to use the css from > https://eclipse.org, then I get Same-Origin Policy violations when it tries > to download web fonts. Correct, this is why we do not load the css from eclipse.org. (In reply to Benjamin Cabé from comment #0) > It's trying to include > /eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min. > css, hence > https://git.eclipse.org/eclipse.org-common/themes/solstice/public/ > stylesheets/barebone-footer.min.css - which does not exist. Should it link > to: > https://eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/ > barebone-footer.min.css? No, https://git.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min.css is correct. The problem is the www user did not have access to read the file. Matt already fixed it this morning. the problem is back (In reply to Benjamin Cabé from comment #4) > the problem is back Yep and it appears to be a permission issue again: https://git.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/barebone-footer.min.css Assigning this to webmaster. Fixed the CSS permissions. |