Removed banding on homepage and reduced height of rows
Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
@@ -135,3 +135,8 @@ border-bottom: 0px;
|
|||||||
.tabs, .pills {
|
.tabs, .pills {
|
||||||
margin: 0 0 0px;
|
margin: 0 0 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table th, table td {
|
||||||
|
line-height: 10px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|||||||
@@ -42,6 +42,4 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
$('tr.site').filter(':odd > td').addClass('odd_row');
|
|
||||||
</script>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user