pagination, etc

This commit is contained in:
unknown 2011-10-07 09:09:46 -04:00
parent b33f70b34f
commit 973a2585af

View File

@ -2,7 +2,6 @@
position:relative; position:relative;
z-index:0; z-index:0;
width:600px; width:600px;
margin-top:78px;
margin-right:20px; margin-right:20px;
float:left; float:left;
} }
@ -58,4 +57,6 @@
text-decoration:none; text-decoration:none;
} }
.pagination {
display:none;
}