CVSROOT: /web/www Module name: www Changes by: Matt Lee <mattl> 11/06/09 21:52:12
Modified files: . : style.css Log message: added a basic style for pages referring directly to this stylesheet, such as manuals CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.36&r2=1.37 Patches: Index: style.css =================================================================== RCS file: /web/www/www/style.css,v retrieving revision 1.36 retrieving revision 1.37 diff -u -b -r1.36 -r1.37 --- style.css 26 Jan 2010 20:20:01 -0000 1.36 +++ style.css 9 Jun 2011 21:52:09 -0000 1.37 @@ -1,2 +1,8 @@ +/* this stylesheet is used by older resources, as well as manuals. */ + @import url('/combo.css'); @import url('/layout.css'); \ No newline at end of file + +/* some very basic styling for the pages that still use this. */ + +body { margin: auto; width: 99%; max-width:74.92em; } \ No newline at end of file