CVSROOT: /web/www Module name: www Changes by: James Turner <jturner> 11/08/02 21:01:06
Modified files: . : home.html layout.css Log message: Add margin-bottom to the first #content section CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/home.html?cvsroot=www&r1=1.341&r2=1.342 http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.134&r2=1.135 Patches: Index: home.html =================================================================== RCS file: /web/www/www/home.html,v retrieving revision 1.341 retrieving revision 1.342 diff -u -b -r1.341 -r1.342 --- home.html 13 Jul 2011 17:27:11 -0000 1.341 +++ home.html 2 Aug 2011 21:00:42 -0000 1.342 @@ -30,7 +30,7 @@ </ul> </div> -<div class="yui-g"> +<div class="yui-g home"> <div class="yui-u first"> <h2>What is GNU?</h2> @@ -257,7 +257,7 @@ <p>Updated: <!-- timestamp start --> -$Date: 2011/07/13 17:27:11 $ +$Date: 2011/08/02 21:00:42 $ <!-- timestamp end --> </p> Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.134 retrieving revision 1.135 diff -u -b -r1.134 -r1.135 --- layout.css 9 Jun 2011 21:52:59 -0000 1.134 +++ layout.css 2 Aug 2011 21:00:43 -0000 1.135 @@ -94,6 +94,8 @@ #content { background-color: #fff; padding-bottom: 1.8em; margin-top: 0.5em; text-align: left; } +#content .home { margin-bottom: 10px; } + #content:lang(ar), #content:lang(fa), #searcher:lang(he) {text-align: right;} #navigation{ background-color: #bd0000; border-bottom: 5px solid #333; clear: both; }