CVSROOT: /web/www Module name: www Changes by: Matt Lee <mattl> 11/06/09 21:47:54
Modified files: . : layout.css Log message: added a class that is used by manuals CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.132&r2=1.133 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.132 retrieving revision 1.133 diff -u -b -r1.132 -r1.133 --- layout.css 4 Jun 2011 14:33:16 -0000 1.132 +++ layout.css 9 Jun 2011 21:47:50 -0000 1.133 @@ -74,7 +74,9 @@ /* 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; } +.inner, .node { margin: auto; width: 99%; max-width:74.92em; } + +/* node class is used by manuals */ #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;}