Skip to content

Commit 5166d31

Browse files
wiki: improve how styles are loaded
* Change loading of the main site's style.css to use the file provided by the tracker, because it is served via https. This prepares the move of the wiki to a new hoster, as style.css does not have to served from there. It has the drawback that the tracker site has to be up for the wiki style to work.
1 parent 40768ed commit 5166d31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/wiki/static/roundup/css/screen.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
44
*/
55

6-
/* include style of main Roundup site */
7-
@import url(/_static/style.css);
6+
/* include style of main Roundup site.
7+
* use the one from the tracker because it is available via https.
8+
*/
9+
@import url(https://issues.roundup-tracker.org/@@file/style.css);
810

911
ul.editbar
1012
{

0 commit comments

Comments
 (0)