0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Merge pull request #15577 from KevinJannis/patch-1

Added blank line between selectors in jumbotron
This commit is contained in:
Mark Otto 2015-01-15 15:28:38 -08:00
commit d8acd5f2a6

View File

@ -13,6 +13,7 @@
.h1 { .h1 {
color: @jumbotron-heading-color; color: @jumbotron-heading-color;
} }
p { p {
margin-bottom: (@jumbotron-padding / 2); margin-bottom: (@jumbotron-padding / 2);
font-size: @jumbotron-font-size; font-size: @jumbotron-font-size;