Author: ricky Update of /cvs/fedora/web/static In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15688 Modified Files: style.css Log Message: Margins and shadow fixes Index: style.css =================================================================== RCS file: /cvs/fedora/web/static/style.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- style.css 16 May 2007 17:28:06 -0000 1.1 +++ style.css 17 May 2007 02:27:43 -0000 1.2 @@ -4,11 +4,15 @@ padding: 0; } +html +{ + background: url(images/border-right.png) 100% 0 repeat-y; +} + body { font-size: 76%; background: url(images/border-left.png) 0 0 repeat-y; - padding-left: 18px; } html, body @@ -23,9 +27,9 @@ #wrapper { + margin: 0 18px; font: normal 2.3ex/1.5 sans-serif; - padding-right: 18px; - background: #FFFFFF url(images/border-right.png) 100% 0 repeat-y; + background: #FFFFFF; min-height: 100%; } @@ -163,7 +167,7 @@ #content p { - margin: 1ex 5ex 1ex 1ex; + margin: 1ex 5ex 1ex 0; } #content img @@ -235,7 +239,7 @@ clear: both; text-align: center; background: url(images/line-bottom.png) 0 0 repeat-x; - margin: -90px 18px 0 0; + margin: -90px 18px 0; border-bottom: 10px solid #337ACC; height: 80px; color: #AAAAAA;