diff options
| author | Mark Otto <[email protected]> | 2014-08-27 22:37:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-27 22:37:10 -0700 |
| commit | 1ebc7e62a8672c59c3bd886bc71ca90e9571d1bc (patch) | |
| tree | 4bb43051d97fb77d643fe76849cf0920fa8cd2ea /dist/css/bootstrap.css | |
| parent | d14d60e04cb807bc2e1931a899f712056cf6ce13 (diff) | |
| download | bootstrap-1ebc7e62a8672c59c3bd886bc71ca90e9571d1bc.tar.xz bootstrap-1ebc7e62a8672c59c3bd886bc71ca90e9571d1bc.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4482b3535..68e58a19d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -205,8 +205,8 @@ th { abbr[title]:after { content: " (" attr(title) ")"; } - a[href^="javascript:"]:after, - a[href^="#"]:after { + a[href^="#"]:after, + a[href^="javascript:"]:after { content: ""; } pre, @@ -241,10 +241,6 @@ th { .navbar { display: none; } - .table td, - .table th { - background-color: #fff !important; - } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; @@ -255,6 +251,10 @@ th { .table { border-collapse: collapse !important; } + .table td, + .table th { + background-color: #fff !important; + } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; |
