diff options
| author | Mark Otto <[email protected]> | 2012-04-18 09:47:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-18 09:47:30 -0700 |
| commit | 47b6e6bd80040cdaa50c27cb7eb11881df679eee (patch) | |
| tree | b13b92f512bf27e1ed17d13bf03d7b6adc327d9d /docs/assets | |
| parent | 62a0f5fdcb147df8ec1084af3feba1555bed5669 (diff) | |
| download | bootstrap-47b6e6bd80040cdaa50c27cb7eb11881df679eee.tar.xz bootstrap-47b6e6bd80040cdaa50c27cb7eb11881df679eee.zip | |
fix #3111, badge and label alignment with surrounding text
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 00485499f..43bba2bee 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3740,7 +3740,7 @@ a.thumbnail:hover { font-weight: bold; line-height: 14px; color: #ffffff; - vertical-align: middle; + vertical-align: baseline; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999999; |
