From 545c957f1741e1a6d6916dcbf08d15f6318d5575 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 29 Jan 2014 21:23:23 -0800 Subject: Fixes #12424: Account for Normalize change on figure element so that we don't potentially screw folks over --- dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3