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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user