]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clean up labels per #1656
authorMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 10:01:28 +0000 (02:01 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 5 Feb 2012 10:01:28 +0000 (02:01 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/labels.less

index 8f8bd1c916cf3fc692783e62db22539ec0407c7a..78b660d7fe4f4cca1d0d6ec2b8be8642af018e69 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index f954835b20adc746cb5d2785b184845317246aff..2da793c7fe39e4e80330f9e7462e07fa33db5934 100644 (file)
@@ -3050,11 +3050,11 @@ a.thumbnail:hover {
   padding: 9px;
 }
 .label {
-  padding: 1px 3px 2px;
-  font-size: 9.75px;
+  padding: 2px 4px 3px;
+  font-size: 11.049999999999999px;
   font-weight: bold;
   color: #ffffff;
-  text-transform: uppercase;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #999999;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
index c0f427750202b3993ebf98c7c6c7af6e16ea9249..fbd19225341efe9db9bfc0adce1d459d9b20ecc6 100644 (file)
@@ -2,11 +2,11 @@
 // ------
 
 .label {
-  padding: 1px 3px 2px;
-  font-size: @baseFontSize * .75;
+  padding: 2px 4px 3px;
+  font-size: @baseFontSize * .85;
   font-weight: bold;
   color: @white;
-  text-transform: uppercase;
+  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
   background-color: @grayLight;
   .border-radius(3px);
 }