Skip to content

Commit 02b4b28

Browse files
committed
Merge
2 parents 3fe4927 + 5166d31 commit 02b4b28

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)