Removed banding on homepage and reduced height of rows

Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
Nathan Booth
2011-12-20 22:15:29 +00:00
parent 064a59073b
commit 7e029c3ad5
2 changed files with 7 additions and 4 deletions

View File

@@ -134,4 +134,9 @@ border-bottom: 0px;
.tabs, .pills {
margin: 0 0 0px;
}
}
table th, table td {
line-height: 10px;
vertical-align: middle;
}

View File

@@ -42,6 +42,4 @@
</table>
</div>
<script type="text/javascript">
$('tr.site').filter(':odd > td').addClass('odd_row');
</script>