aligned the pagination div.

This commit is contained in:
Karen 2011-08-25 16:50:28 +05:30
parent a409b04767
commit f9f6ba9420

View File

@ -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;}