CVSROOT: /web/www Module name: www Changes by: Matt Lee <mattl> 11/06/09 21:53:02
Modified files: . : layout.css Log message: moved this to style.css which is commonly used by older pages and manuals only CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.133&r2=1.134 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.133 retrieving revision 1.134 diff -u -b -r1.133 -r1.134 --- layout.css 9 Jun 2011 21:47:50 -0000 1.133 +++ layout.css 9 Jun 2011 21:52:59 -0000 1.134 @@ -74,9 +74,7 @@ /* 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, .node { margin: auto; width: 99%; max-width:74.92em; } - -/* node class is used by manuals */ +.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;} #logo:lang(ar) {background:url(/graphics/topbanner.ar.png) no-repeat; float: right;}