]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix vertical align issue with labels in IE9
authorMark Otto <markotto@twitter.com>
Mon, 12 Mar 2012 04:44:00 +0000 (21:44 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 12 Mar 2012 04:44:00 +0000 (21:44 -0700)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/labels.less

index 7d65680eca5b65e02e67d2eb165a2bc5752f1b2a..6f6c38e34ad64d75fa8245f0ecf93fb918d0b240 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index e3572169d955c9662d567d4a69c177847a4ca288..a0a18e89644d7ae8c4bd4066512b148d76570ab9 100644 (file)
@@ -3541,6 +3541,7 @@ a.thumbnail:hover {
   font-weight: bold;
   line-height: 13px;
   color: #ffffff;
+  vertical-align: middle;
   white-space: nowrap;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #999999;
index 251c4f60d12240e3432537b2a7f99524b5a71264..918b12e8c958324931abf26b8b55e49e55e40d59 100644 (file)
@@ -8,6 +8,7 @@
   font-weight: bold;
   line-height: 13px; // ensure proper line-height if floated
   color: @white;
+  vertical-align: middle;
   white-space: nowrap;
   text-shadow: 0 -1px 0 rgba(0,0,0,.25);
   background-color: @grayLight;