diff options
| author | Mark Otto <[email protected]> | 2012-01-25 20:07:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 20:07:27 -0800 |
| commit | f62c9379fb60bfb70435517b4569f586ec729d5b (patch) | |
| tree | 2fa38fa59761dd4eda1e7191eb6a29d36755e870 /bootstrap.css | |
| parent | e877d125d7a2c673fec4e63600c2d8544c3128f6 (diff) | |
| download | bootstrap-f62c9379fb60bfb70435517b4569f586ec729d5b.tar.xz bootstrap-f62c9379fb60bfb70435517b4569f586ec729d5b.zip | |
remove all tablesorter assets and css
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/bootstrap.css b/bootstrap.css index 4ece30d20..921cd18c0 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 25 15:27:50 PST 2012 + * Date: Wed Jan 25 20:07:19 PST 2012 */ article, aside, @@ -1056,44 +1056,6 @@ table .span12 { width: 924px; margin-left: 0; } -table .header { - cursor: pointer; -} -table .header:after { - content: ""; - float: right; - margin-top: 7px; - border-width: 0 4px 4px; - border-style: solid; - border-color: #000000 transparent; - visibility: hidden; -} -table .headerSortUp, table .headerSortDown { - background-color: #f7f7f9; - text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); -} -table .header:hover:after { - visibility: visible; -} -table .headerSortDown:after, table .headerSortDown:hover:after { - visibility: visible; - filter: alpha(opacity=60); - -moz-opacity: 0.6; - opacity: 0.6; -} -table .headerSortUp:after { - border-bottom: none; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - border-top: 4px solid #000000; - visibility: visible; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - filter: alpha(opacity=60); - -moz-opacity: 0.6; - opacity: 0.6; -} .icon { background-image: url(docs/assets/img/glyphicons-halflings-sprite.png); background-position: 0 0; |
