ChangeSet ID: 1192256188408124954513372 CVSROOT: /cvsroot/wine Module name: wiki Changes by: dimi@sc8-pr-cvs9.sourceforge.net 2007/10/12 23:16:28
Modified files: winehq/css : screen.css
Log message: Really fix the display problem. It is amazing how CSS works sometimes: in this case, a no-op operation (setting the font-size to 12px shouldn't have mattered because it was already set to 12px by the <body>) results in a consistent bug in a bunch of different browsers. NOTE: Brownie points to anyone who can explain why this change fixes the problem!
Old revision New revision Changes Path 1.5 1.6 +0 -4 wiki/winehq/css/screen.css
Index: wiki/winehq/css/screen.css diff -u -p wiki/winehq/css/screen.css:1.5 wiki/winehq/css/screen.css:1.6 --- wiki/winehq/css/screen.css 13 Oct 2007 6:16:28 -0000 +++ /dev/null 13 Oct 2007 6:16:28 -0000 @@ -133,10 +133,6 @@ span.sep { background: white ; }
-#pagecontent p { - font-size: 12px; -} - #pagetitle { margin: 0px 0px 0px 0px; height: 10px;