diff options
| author | Mark Otto <[email protected]> | 2013-07-30 14:07:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 14:07:00 -0700 |
| commit | 96eef43deea6d923f508875d509f46cff7b84146 (patch) | |
| tree | 154eb45d7fd7fb89ec253654cca94afbaea2cc43 /dist/css/bootstrap.css | |
| parent | fc8f4f04652f6fb29657969f7ea6f167635fd01f (diff) | |
| parent | dcbf1e51c41ea774aa3ad62ca87ac5478c837275 (diff) | |
| download | bootstrap-96eef43deea6d923f508875d509f46cff7b84146.tar.xz bootstrap-96eef43deea6d923f508875d509f46cff7b84146.zip | |
Merge pull request #8852 from briannelsondesign/label_baselines
Adjusts vertical alignment of labels and badges
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6afdbde29..28f8192d2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3917,7 +3917,7 @@ a.thumbnail:focus { color: #ffffff; text-align: center; white-space: nowrap; - vertical-align: middle; + vertical-align: baseline; background-color: #999999; border-radius: .25em; } @@ -3976,7 +3976,7 @@ a.thumbnail:focus { color: #ffffff; text-align: center; white-space: nowrap; - vertical-align: middle; + vertical-align: baseline; background-color: #999999; border-radius: 10px; } |
