Make the button CSS not underline its link text

This commit is contained in:
Christopher Allan Webber 2011-07-29 08:11:50 -05:00
parent 3880c8f31b
commit 8adc3841a3

View File

@ -127,6 +127,7 @@ label {
text-align:center;
padding-left:11px;
padding-right:11px;
text-decoration:none;
}
.pagination{