diff options
| author | Mark Otto <[email protected]> | 2012-03-11 21:44:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 21:44:00 -0700 |
| commit | 5a28bd1e78f6aae2bae87d1eb823687c5e1f7cd8 (patch) | |
| tree | 9b7dc19c74303b0319da48d1bd78acf76917fbdc /docs | |
| parent | ee5d2ec91aab9ec086b57a21059617355639b32c (diff) | |
| download | bootstrap-5a28bd1e78f6aae2bae87d1eb823687c5e1f7cd8.tar.xz bootstrap-5a28bd1e78f6aae2bae87d1eb823687c5e1f7cd8.zip | |
fix vertical align issue with labels in IE9
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 55379 -> 55402 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 7d65680ec..6f6c38e34 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e3572169d..a0a18e896 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; |
