X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/9bf50e50af5988af4cb44555fbb13154249e441d..86087be54da5f8c3af8fa475fafebd0c5527da9f:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 9bc6264..5e23927 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -31,7 +31,6 @@ table, caption, tbody, tfoot, thead, tr, th, td { #body { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - color: white; font-size: 12px; text-align: left; line-height: 1.5em; @@ -48,6 +47,26 @@ table, caption, tbody, tfoot, thead, tr, th, td { opacity: .5; } +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: separate; + border-spacing: 0; +} + +caption, th, td { + text-align: left; + font-weight: normal; +} + +blockquote:before, blockquote:after, +q:before, q:after { + content: ""; +} + +blockquote, q { + quotes: "" ""; +} + strong, h2, h3 { font-weight: bold; } @@ -57,6 +76,15 @@ h2, h3 { margin-bottom: 0.5em !important; } +#page-wrapper { + width: 960px; + margin: 0 auto 0 auto; +} + +.clear-div { + clear: both; +} + /* footer */