From cbf5442318689532e0efe4c634c824e7bea8ba80 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Fri, 21 Mar 2014 17:52:16 +0530 Subject: [PATCH] Add header styles --- mouchak/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 49c71eb..160d641 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -163,6 +163,10 @@ textarea { position: relative; top: -20px; } +#header-banner { + font-size: 30px; + border-bottom: 1px solid black; +} /* Global styles for site wide */ a { -- 1.7.10.4