lostwages/. winehq_styles.css

Jeremy Newman jnewman at wine.codeweavers.com
Fri Jun 15 12:39:03 CDT 2007


ChangeSet ID:	31204
CVSROOT:	/opt/cvs-commit
Module name:	lostwages
Changes by:	jnewman at winehq.org	2007/06/15 12:39:02

Modified files:
	.              : winehq_styles.css 

Log message:
	Alexander Q. Waite <awaite2 at uiuc.edu>
	Add CSS rules for <code> tag

Patch: http://cvs.winehq.org/patch.py?id=31204

Old revision  New revision  Changes     Path
 1.18          1.19          +7 -1       lostwages/winehq_styles.css

Index: lostwages/winehq_styles.css
diff -u -p lostwages/winehq_styles.css:1.18 lostwages/winehq_styles.css:1.19
--- lostwages/winehq_styles.css:1.18	15 Jun 2007 17:39: 2 -0000
+++ lostwages/winehq_styles.css	15 Jun 2007 17:39: 2 -0000
@@ -9,6 +9,12 @@ BODY                {
 
 img                 { border: 0; }
 dt                  { margin: 10px 0; }
+code                { border: 1px solid #D1D7DC;
+                      display: block;
+                      margin: 0 1em;
+                      padding: .5em;
+                      white-space: pre;
+                    }
 
 /* Link Colors */
 A                   { color: #A50D0D; }
@@ -140,4 +146,4 @@ p.indent            { padding-left: 1em;
 
 /* App Support status */
 .gold               { background-color: wheat; }
-.silver             { background-color: silver; }
+.silver             { background-color: silver; }
\ No newline at end of file



More information about the wine-cvs mailing list