From f9f6ba9420aae89bbb4b4ba22f0f8e019389f5ca Mon Sep 17 00:00:00 2001 From: Karen Date: Thu, 25 Aug 2011 16:50:28 +0530 Subject: [PATCH] aligned the pagination div. --- gazetteer/templates/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gazetteer/templates/main.css b/gazetteer/templates/main.css index 78f6add..2df4be3 100644 --- a/gazetteer/templates/main.css +++ b/gazetteer/templates/main.css @@ -76,6 +76,10 @@ margin-right:2%; background-color:blue; height:100%; /*please delete this fixed height*/} +.paginate +{width:320px; /*is a fixed width fine, because percentages screw this up*/ +margin:0 auto;} + .paginate li {float:left; margin-right:9px; @@ -163,7 +167,7 @@ box-shadow:2px 3px 4px 2px #c6c0c0;} /*height:100px*/ /*may need to be changed if content exceeds*/ /*margin-top:-100px;*/ width:100%; -height:9.6%; /*DECIMALS should work, right*/ +height:8.6%; /*HA HA HA HA HA HA HA DECIMALS should work, right*/ /*margin:0 auto;*/ background-color:grey; clear:both;}