We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fe4927 + 5166d31 commit 02b4b28Copy full SHA for 02b4b28
website/wiki/static/roundup/css/screen.css
@@ -3,8 +3,10 @@
3
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
4
*/
5
6
-/* include style of main Roundup site */
7
-@import url(/_static/style.css);
+/* include style of main Roundup site.
+ * use the one from the tracker because it is available via https.
8
+ */
9
+@import url(https://issues.roundup-tracker.org/@@file/style.css);
10
11
ul.editbar
12
{
0 commit comments