Clean up custom.css

This commit is contained in:
ruan 2015-09-12 07:45:34 +02:00
parent 601dd18cd8
commit 8be6c03d38

View File

@ -17,17 +17,20 @@ body {
border-radius: 2px;
}
/*table tr td a {
display: block;
height: 100%;
width: 100%;
}*/
table tr td {
padding-left: 0;
padding-right: 0;
}
.pager-active {
color: darkcyan;
}
.pager-inactive {
color: transparent;
}
/* table links */
a,
a:hover,
@ -38,11 +41,3 @@ a:focus {
tr.hover {
cursor: pointer;
}
.pager-active {
color: darkcyan;
}
.pager-inactive {
color: transparent;
}