From b90c251333b31bc1d755ca688bd47b2089230a8e Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Fri, 30 Oct 2009 00:59:49 -0700 Subject: [PATCH] adding div.flash formatting... fixing header coloring --- public/stylesheets/global.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/global.css b/public/stylesheets/global.css index 5d397f2..7f69522 100644 --- a/public/stylesheets/global.css +++ b/public/stylesheets/global.css @@ -23,6 +23,10 @@ body { text-align:center; } +div.flash { + text-align:center; +} + div.box { padding-top:50px; margin:0em auto; @@ -41,7 +45,15 @@ div.border { } h1 { - color:#BBB3A6; font-size:1.5em; font-weight:lighter; -} \ No newline at end of file +} + +#header h1 { + color:#BBB3A6; +} + +#box h1 { + color:#48362A; +} +