]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Redo jumbotron padding 16477/head
authorMark Otto <markdotto@gmail.com>
Thu, 14 May 2015 17:09:42 +0000 (10:09 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 14 May 2015 17:09:42 +0000 (10:09 -0700)
commitd788e305227d83b73d004012c8772b58aa00e5e5
tree00d307e5d310013855cf77236c240799c41f87bb
parentd80194be7494bbc5f085cb1a4c99dcfad7b5123a
Redo jumbotron padding

- In general, there are very few instances that would require a jumbotron without a parent or child container.
- Right now we account for that behavior though with some horizontal padding on the .jumbotron class.
- This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case.
- It also improves consistency across breakpoints, in that padding isn't being added and removed.
- In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity).
less/jumbotron.less