Author: kwade Update of /cvs/fedora/web/html/docs/release-notes/fc6/sv In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14193/sv Modified Files: fedora.css Log Message: get that draft CSS out of here :) Index: fedora.css =================================================================== RCS file: /cvs/fedora/web/html/docs/release-notes/fc6/sv/fedora.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fedora.css 24 Oct 2006 00:20:21 -0000 1.1 +++ fedora.css 24 Oct 2006 01:27:29 -0000 1.2 @@ -5,12 +5,13 @@ Written by Tammy Fox and Garrett LeSage Copyright 2003 Tammy Fox, Garrett LeSage, and Red Hat, Inc. -Copywight 2005 Tommy Reynolds <Tommy.Reynolds@xxxxxxxxxxxxx> License: GPL */ +/* +This "body" section is included for reference. Diff with fedora-draft.css body { background-attachment scroll; background-color: #FEFEFF; @@ -18,6 +19,7 @@ background-position: top center; background-repeat: repeat; } +*/ li p { # display: inline; @@ -29,24 +31,24 @@ div.table table { width: 95%; - background-color: #DCDCDC; + background-color: #DCDCDC; color: #000000; border-spacing: 0; } div.table table th { - border: 1px solid #A9A9A9; + border: 1px solid #A9A9A9; background-color: #A9A9A9; color: #000000; } div.table table td { - border: 1px solid #A9A9A9; + border: 1px solid #A9A9A9; background-color: #DCDCDC; color: #000000; padding: 0.5em; margin-bottom: 0.5em; - margin-top: 2px; + margin-top: 2px; } @@ -79,35 +81,35 @@ } hr { - border: 0; - border-bottom: 1px solid #ccc; + border: 0; + border-bottom: 1px solid #ccc; } h1, h2, h3, h4 { - font-family: luxi sans,sans-serif; + font-family: luxi sans,sans-serif; color: #22437f; font-weight: bold; } h1 { - font-size: 1.75em; + font-size: 1.75em; } - + h2 { - font-size: 1.25em; + font-size: 1.25em; } h3 { - font-size: 1.1em; + font-size: 1.1em; } a:link { - color: #900; + color: #900; } a:visited { - color: #48468f; + color: #48468f; } a:hover { - color: #f20; + color: #f20; } code.screen, pre.screen { @@ -126,12 +128,12 @@ div.example { padding: 10px; - border: 1px solid #bbb; + border: 1px solid #bbb; margin: 0.5em 2em; } .procedure ol li { - margin-bottom: 0.5em; + margin-bottom: 0.5em; } .procedure ol li li { /* prevent inheritance */ @@ -140,7 +142,6 @@ .procedure ol li pre { margin-bottom: 1em; } - .itemizedlist ul li { margin-bottom: 0.5em; }