www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www style.es.css


From: Xavier Reina
Subject: www style.es.css
Date: Wed, 12 Dec 2007 20:08:43 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Xavier Reina <xavi_>    07/12/12 20:08:43

Modified files:
        .              : style.es.css 

Log message:
        Added fix for pre tags

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.es.css?cvsroot=www&r1=1.4&r2=1.5

Patches:
Index: style.es.css
===================================================================
RCS file: /web/www/www/style.es.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- style.es.css        8 Dec 2007 13:21:16 -0000       1.4
+++ style.es.css        12 Dec 2007 20:08:38 -0000      1.5
@@ -257,7 +257,19 @@
 #content dd, #content h2, #content h3 { border-bottom: 1px dashed
  #bbb;  }
 
-pre{ font-family: monospace; font-size: 0.8em; color: lime; background-color: 
#111; padding: 15px; line-height: 1.2em;}
+pre {
+overflow: auto;
+padding-left: 15px;
+padding-right: 15px;
+font-size: 11px;
+line-height: 15px;
+margin-top: 10px;
+width: 93%;
+display: block;
+background-color: #eeeeee;
+color: #000000;
+max-height: 300px;
+}
 
 #bottom-links{ background-color: #fff; font-size: 0.8em;}
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]