From 1ebc7e62a8672c59c3bd886bc71ca90e9571d1bc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 27 Aug 2014 22:37:10 -0700 Subject: grunt --- dist/css/bootstrap.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3