1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Fixes #12424: Account for Normalize change on figure element so that we don't potentially screw folks over

This commit is contained in:
Mark Otto
2014-01-29 21:23:23 -08:00
parent 9ec5905c07
commit 545c957f17
6 changed files with 17 additions and 4 deletions

View File

@@ -301,6 +301,9 @@ a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}