aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-10 15:21:27 -0800
committerJacob Thornton <[email protected]>2011-12-10 15:21:27 -0800
commit2dd0db8aa3bfd286d9c416a93d0040f16567fcc8 (patch)
treeae651417615e77d609964c5cbd7539797986ed34 /bootstrap.css
parenta0270dc7d2d1b7c9b4fd10ff8900d067b9521b08 (diff)
parent40604548ce91ffd2ccfcca782f4db5fc79d70417 (diff)
downloadbootstrap-2dd0db8aa3bfd286d9c416a93d0040f16567fcc8.tar.xz
bootstrap-2dd0db8aa3bfd286d9c416a93d0040f16567fcc8.zip
Merge pull request #773 from cgunther/label-in-dropdown-menu
Fix: remove text-shadow from labels
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index e5aa16608..1d6119ca5 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: Sun Nov 20 21:42:29 PST 2011
+ * Date: Wed Dec 7 20:14:59 EST 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -2415,6 +2415,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
+ text-shadow: none;
}
.label.important {
background-color: #c43c35;