Author: kwade Update of /cvs/fedora/web/html/css In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10419/css Modified Files: fedora.css Log Message: trying out more new styles, with tweaks to the CSS to boot Index: fedora.css =================================================================== RCS file: /cvs/fedora/web/html/css/fedora.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fedora.css 18 Oct 2006 02:45:40 -0000 1.2 +++ fedora.css 28 Mar 2007 05:47:10 -0000 1.3 @@ -37,7 +37,7 @@ } -div.note table, div.tip table, div.important table, div.caution table, div.warning table { +div.note table, div.tip table, div.important table, div.caution table, div.warning table, div.display-table table { width: 95%; border: 2px solid #B0C4DE; background-color: #F0F8FF; @@ -48,6 +48,23 @@ margin-top: 0.5em; } +display-table-cell-shaded td { + background-color: #CCCCCC; + color: #000000; + padding: 0.5em; + margin-bottom: 0.5em; + margin-top: 2px; +} + +display-table-cell-boxed td { + border: 1px solid #999999; + background-color: #FFFFFF; + color: #000000; + padding: 0.5em; + margin-bottom: 0.5em; + margin-top: 2px; +} + .qandaset table { border-collapse: collapse; }