diff options
| author | Jacob Thornton <[email protected]> | 2011-09-22 12:54:57 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-22 12:54:57 -0700 |
| commit | 41983bbe675d1aa293f72dc3d3297f03f100fbaa (patch) | |
| tree | 577c9710c9613416e460e2e1cd50479b534ece6b /lib | |
| parent | 6ec1abc53c6ad45d12d77e7ba610f3047d606004 (diff) | |
| download | bootstrap-41983bbe675d1aa293f72dc3d3297f03f100fbaa.tar.xz bootstrap-41983bbe675d1aa293f72dc3d3297f03f100fbaa.zip | |
update table to support header and arrows
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tables.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/tables.less b/lib/tables.less index 988483f0e..dcc72d3ea 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -65,7 +65,9 @@ table { background-color: #f5f5f5; } } +} +table { // Tablesorting styles w/ jQuery plugin .header { cursor: pointer; @@ -111,9 +113,6 @@ table { .opacity(60); } } -} - -table { // Blue Table Headings .blue { color: @blue; |
