www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Karl Berry
Subject: www layout.css
Date: Thu, 08 Oct 2009 16:12:41 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Karl Berry <karl>       09/10/08 16:12:41

Modified files:
        .              : layout.css 

Log message:
        pre: do not reset font size and spacing, do not use pixel dimensions

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.36&r2=1.37

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- layout.css  7 Oct 2009 19:58:10 -0000       1.36
+++ layout.css  8 Oct 2009 16:12:37 -0000       1.37
@@ -1,7 +1,7 @@
 /*
-style.css -- css stylesheet used on www.gnu.org
+layout.css -- css stylesheet used on www.gnu.org
 
-Copyright (C) 2006, 2007, 2008 Free Software Foundation
+Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
@@ -261,12 +261,10 @@
 #content dt{ font-weight: bold;  }
 
 pre {
-padding-left: 15px;
-padding-right: 15px;
-font-size: 0.9em;
-line-height: 1em;
-margin-top: 10px;
-margin-bottom: 10px;
+padding-left: 1.5em;
+padding-right: 1.5em;
+margin-top: 1em;
+margin-bottom: 1em;
 display: block;
 background-color: #eeeeee;
 color: #000000;




reply via email to

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