2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Updated offset columns, fix app.js bug, misc tweaks to copy

This commit is contained in:
Mark Otto
2011-06-30 15:56:25 -07:00
parent b088458089
commit 460a84a926
8 changed files with 205 additions and 146 deletions
+2 -2
View File
@@ -35,10 +35,10 @@ table {
table.zebra-striped {
tbody {
tr:nth-child(odd) td {
background-color: #f5f5f5;
background-color: #f9f9f9;
}
tr:hover td {
background-color: #f1f1f1;
background-color: #f5f5f5;
}
}
// Tablesorting styles w/ jQuery plugin