ChangeSet ID: 1116215280384561531785042
CVSROOT: /cvsroot/wine
Module name: wiki
Changes by: dimi(a)sc8-pr-cvs1.sourceforge.net 2005/05/15 20:48:00
Modified files:
winehq/css : screen.css
Log message:
Fix size of the message box. Formatting fixes.
Old revision New revision Changes Path
1.2 1.3 +3 -4 wiki/winehq/css/screen.css
Index: wiki/winehq/css/screen.css
diff -u -p wiki/winehq/css/screen.css:1.2 wiki/winehq/css/screen.css:1.3
--- wiki/winehq/css/screen.css 16 May 2005 3:48: 0 -0000
+++ /dev/null 16 May 2005 3:48: 0 -0000
@@ -86,7 +86,6 @@ span.sep {
}
#contentwell {
-
margin: 0px;
padding: 0px;
border: 0;
@@ -96,7 +95,7 @@ span.sep {
margin: 0px;
padding: 0px;
border: 0;
- width: 160;
+ width: 160px;
vertical-align: top;
}
@@ -117,7 +116,7 @@ span.sep {
vertical-align: top;
}
-#pagebar {
+#pagebar {
margin: 0px 0px 0px 0px;
padding: 0px 4px 10px 4px;
font-size: 1em;
@@ -290,7 +289,7 @@ span.sep {
#message {
- margin: 10px 43px 10px 10px;
+ margin: 0px 6px 10px 6px;
background-color: #cfb5b5;
border: 1px solid #631818;
}