wiki/winehq/css common.css

Dimitrie O. Paun dimi at users.sourceforge.net
Mon May 9 00:39:12 CDT 2005


ChangeSet ID:	1115617152128906447048397
CVSROOT:	/cvsroot/wine
Module name:	wiki
Changes by:	dimi at sc8-pr-cvs1.sourceforge.net	2005/05/08 22:39:12

Modified files:
	winehq/css     : common.css 

Log message:
	Do not force fonts for <pre>, it ends up with proportional fonts


Old revision  New revision  Changes     Path
 1.1           1.2           +1 -1       wiki/winehq/css/common.css

Index: wiki/winehq/css/common.css
diff -u -p wiki/winehq/css/common.css:1.1 wiki/winehq/css/common.css:1.2
--- wiki/winehq/css/common.css	9 May 2005  5:39:12 -0000
+++ /dev/null	9 May 2005  5:39:12 -0000
@@ -76,7 +76,7 @@ dt {
 
 pre {
 	padding: 0.5em;
-	font-family: courier, monospace;
+	/* font-family: courier, monospace; */
 	border: 1pt solid #c0c0c0;
 	background: #F0ECE6;
 	white-space: pre;



More information about the wine-cvs mailing list