diff options
| author | Mark Otto <[email protected]> | 2014-01-29 21:23:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-29 21:23:23 -0800 |
| commit | 545c957f1741e1a6d6916dcbf08d15f6318d5575 (patch) | |
| tree | eea7ef9d3c027803a9465efe488ca41df0b1d8c6 /dist/css/bootstrap.css | |
| parent | 9ec5905c079230f2f770ca92912ce10860a07ed9 (diff) | |
| download | bootstrap-545c957f1741e1a6d6916dcbf08d15f6318d5575.tar.xz bootstrap-545c957f1741e1a6d6916dcbf08d15f6318d5575.zip | |
Fixes #12424: Account for Normalize change on figure element so that we don't potentially screw folks over
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8e4538a11..ebcf0dcf0 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -301,6 +301,9 @@ a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } +figure { + margin: 0; +} img { vertical-align: middle; } |
