Author: kwade Update of /cvs/fedora/web/html/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1566/html/css Modified Files: layout.css Log Message: final tweak of formatting before updating the main page with it Index: layout.css =================================================================== RCS file: /cvs/fedora/web/html/css/layout.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- layout.css 28 Mar 2007 15:31:13 -0000 1.3 +++ layout.css 28 Mar 2007 16:16:31 -0000 1.4 @@ -349,7 +349,7 @@ } .display-table-cell-shaded { - background-color: #CCCCCC; + background-color: #cccccc; color: #000000; width: 67%; vertical-align: top; @@ -359,9 +359,8 @@ } .display-table-cell-boxed { - border: 1px solid #999999; - border-right-style: none; - background-color: #FFFFFF; + border: 1px solid #cccccc; + background-color: #ffffff; color: #000000; width: 33%; vertical-align: top;