www-commits
[Top][All Lists]
Advanced

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

www style.css reset.css


From: Karl Berry
Subject: www style.css reset.css
Date: Fri, 14 Mar 2008 17:49:24 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Karl Berry <karl>       08/03/14 17:49:24

Modified files:
        .              : style.css reset.css 

Log message:
        try letting the browser handle <pre> formatting again

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.23&r2=1.24
http://web.cvs.savannah.gnu.org/viewcvs/www/reset.css?cvsroot=www&r1=1.3&r2=1.4

Patches:
Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- style.css   13 Mar 2008 16:47:10 -0000      1.23
+++ style.css   14 Mar 2008 17:48:58 -0000      1.24
@@ -14,7 +14,6 @@
 
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
-
 */
 
 /* NOTE: Changes to this file will affect the entire site, often in
@@ -266,6 +265,9 @@
 #content dd, #content h2, #content h3 { border-bottom: 1px dashed
  #bbb;  }
 
+/* The margin settings here are insufficient (#355800).  Let's try
+   letting the browser do it before going further.  (Also removed from
+   reset.css.)  */
 pre {
 padding-left: 15px;
 padding-right: 15px;
@@ -277,6 +279,7 @@
 color: #000000;
 font-family: monospace;
 }
+*/
 
 #bottom-links{ background-color: #fff; font-size: 0.8em;}
 

Index: reset.css
===================================================================
RCS file: /web/www/www/reset.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- reset.css   13 Mar 2008 22:19:46 -0000      1.3
+++ reset.css   14 Mar 2008 17:48:58 -0000      1.4
@@ -1,8 +1,8 @@
-/* http://meyerweb.com/eric/tools/css/reset/ */
+/* http://meyerweb.com/eric/tools/css/reset/ (with modifications) */
 /* v1.0 | 20080212 */
 
 html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+h1, h2, h3, h4, h5, h6, p, blockquote,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, strong, tt, var,




reply via email to

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