CVSROOT: /web/www
Module name: www
Changes by: Karl Berry <karl> 10/12/09 23:55:49
Modified files:
. : layout.css
Log message:
(.inner) brief comment about width values
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.119&r2=1.120
Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- layout.css 8 Dec 2010 23:03:51 -0000 1.119
+++ layout.css 9 Dec 2010 23:55:44 -0000 1.120
@@ -57,6 +57,9 @@
a:hover{ color: red; }
+/* This specifies the basic width of our web pages. Don't change it
+ without discussion on www-discuss. The magic 74.92 is for
+ consistency with fsf.org. */
.inner { margin: auto; width: 99%; max-width:74.92em; }
#logo{background:url(/graphics/topbanner.png) no-repeat;border:0;float:
left;margin:0em;padding:0;}