Skip to content

Commit 197acf7

Browse files
committed
website/wiki: Fix broken wiki style - invalid import of main site css
1 parent f7a4db3 commit 197acf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

6-
/* content styles */
7-
@import url(/newsite/_static/style.css);
6+
/* include style of main Roundup site */
7+
@import url(/_static/style.css);
88

99
ul.editbar
1010
{

0 commit comments

Comments
 (0)