From ae37d9695b0ef092f1953286cbac96bc22996dbf Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 1 Sep 2011 19:28:25 +0530 Subject: [PATCH] alignment of next and previous --- gazetteer/static/css/main.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gazetteer/static/css/main.css b/gazetteer/static/css/main.css index afc1877..838d810 100644 --- a/gazetteer/static/css/main.css +++ b/gazetteer/static/css/main.css @@ -75,11 +75,13 @@ font-weight:bold; font-size:16px; text-transform:uppercase; color:#838383; -padding-top:8px;} +padding-top:4px; +line-height:100%;} #entropyLink {text-decoration:none; -margin-top:-10px;} +margin-top:-10px; +line-height:100%;} .content {/*padding-bottom: 100px;*/ @@ -242,7 +244,8 @@ padding-right: 4px; cursor:pointer; clear:both; list-style:none; -position: relative;} +position: relative; +margin-left:0px;} .first, .last {border:1px solid #e5e5e5; @@ -277,10 +280,10 @@ color: #999;} .next {float:right; -margin-right:33%;} +margin-right:20%;} .previous -{margin-left:22%;} +{margin-left:20%;} .next:hover, .previous:hover {color:#036;}