wiki/winehq winehq.py css/screen.css

Dimi Paun dimi at users.sourceforge.net
Sat May 14 18:14:12 CDT 2005


ChangeSet ID:	1116112452727293807388381
CVSROOT:	/cvsroot/wine
Module name:	wiki
Changes by:	dimi at sc8-pr-cvs1.sourceforge.net	2005/05/14 16:14:12

Modified files:
	winehq         : winehq.py 
	winehq/css     : screen.css 

Log message:
	Fix rendering for IE. Firefox improvements.


Old revision  New revision  Changes     Path
 1.1           1.2           +1 -1       wiki/winehq/winehq.py
 1.1           1.2           +5 -5       wiki/winehq/css/screen.css

Index: wiki/winehq/winehq.py
diff -u -p wiki/winehq/winehq.py:1.1 wiki/winehq/winehq.py:1.2
--- wiki/winehq/winehq.py	14 May 2005 23:14:12 -0000
+++ /dev/null	14 May 2005 23:14:12 -0000
@@ -42,7 +42,7 @@ class Theme(ThemeBase):
         args['bottom_right'] = self.img_url('winehq_border_bottom_right.gif')
 
         html = '''
-    <table width="100%%" border="0" cellpadding="0" cellspacing="0" id="pagetitle">
+    <table border="0" cellpadding="0" cellspacing="0" id="pagetitle">
       <tr>
         <td valign="top" align="left"><img src="%(top_left)s" width="6" height="9" alt=""></td>
         <td rowspan="3" valign="middle" align="right"><img src="%(dot_left)s" width="12" height="3" alt=""></td>
Index: wiki/winehq/css/screen.css
diff -u -p wiki/winehq/css/screen.css:1.1 wiki/winehq/css/screen.css:1.2
--- wiki/winehq/css/screen.css	14 May 2005 23:14:12 -0000
+++ /dev/null	14 May 2005 23:14:12 -0000
@@ -118,15 +118,15 @@ span.sep {
 }
 	
 #pagebar {	
-	margin: 0px 10px 0px 0px;
-        padding: 0px 0px 0px 3px;	
+	margin: 0px 0px 0px 0px;
+        padding: 0px 4px 10px 4px;	
 	font-size: 1em;
         background: #e2e2e2;
 } 
 
 #pagecontent {
-        margin: 0px 43px 0px 8px;
-        padding: 5px 10px;
+        margin: 0px 6px 0px 6px;
+        padding: 0px 10px 10px 10px;
         border: 1px solid #631818;
         background: white ;
 }
@@ -136,7 +136,7 @@ span.sep {
 }
        
 #pagetitle  {
-	margin: 0px 35px 0px 3px;
+	margin: 0px 0px 0px 0px;
         height: 10px;
 }
 



More information about the wine-cvs mailing list