Author: kwade Update of /cvs/fedora/web/html/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20679/css Modified Files: fedora.css Log Message: more formatting tweaks Index: fedora.css =================================================================== RCS file: /cvs/fedora/web/html/css/fedora.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fedora.css 28 Mar 2007 05:47:10 -0000 1.3 +++ fedora.css 28 Mar 2007 07:55:36 -0000 1.4 @@ -48,18 +48,20 @@ margin-top: 0.5em; } -display-table-cell-shaded td { +.display-table-cell-shaded td { background-color: #CCCCCC; color: #000000; + width: 67%; padding: 0.5em; margin-bottom: 0.5em; margin-top: 2px; } -display-table-cell-boxed td { +.display-table-cell-boxed td { border: 1px solid #999999; background-color: #FFFFFF; color: #000000; + width: 33%; padding: 0.5em; margin-bottom: 0.5em; margin-top: 2px;