diff options
| author | Chris Rebert <[email protected]> | 2015-01-19 16:58:01 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-19 16:58:01 -0800 |
| commit | 8ecdda0b35c50aa6fe2dd9c0a7004f99a87d5a5b (patch) | |
| tree | 58c67778f060d007e7ab27e62378891be0e9243b | |
| parent | 6f61201f870d39cd7adc23ccfea00895315039f9 (diff) | |
| parent | 2d30babed491f275647d8f5ba5a135dcdf9a9f03 (diff) | |
| download | bootstrap-8ecdda0b35c50aa6fe2dd9c0a7004f99a87d5a5b.tar.xz bootstrap-8ecdda0b35c50aa6fe2dd9c0a7004f99a87d5a5b.zip | |
Merge pull request #52 from twbs/normalize-figure
Let Normalize.css normalize <figure>'s margin
| -rw-r--r-- | scss/_scaffolding.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index bb867c615..a0d73be40 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -64,16 +64,6 @@ a { } -// Figures -// -// We reset this here because previously Normalize had no `figure` margins. This -// ensures we don't break anyone's use of the element. - -figure { - margin: 0; -} - - // Images img { |
