From 5801d1224b1fe5213fcdc8981cc6684c8a548f89 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 31 Aug 2011 20:38:23 +0530 Subject: [PATCH] uppercase text for logo --- gazetteer/static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index 61d6aa3..2114cea 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -65,8 +65,9 @@ border-radius:16px;} /*this doesn't work need to find a way to give the outline #logoText {font-family:"Trebuchet MS", Tahoma, Helvetica, Arial, 'DejaVu Sans', sans-serif; font-weight:bold; -font-size:20px; +font-size:18px; margin-top:2%; +text-transform:uppercase; color:#666;} .content