aboutsummaryrefslogtreecommitdiff
path: root/less/jumbotron.less
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25move from csslint to stylelintMark Otto1-5/+5
2015-07-07fixes https://github.com/twbs/bootstrap/issues/16779Richard Lindner1-0/+2
2015-05-14Redo jumbotron paddingMark Otto1-2/+4
- 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).
2015-03-18Jumbotron: Putting heading font size in variables to allow for easier overrides.Maxb1-1/+1
2015-01-19Trim whitespacesGeremia Taglialatela1-1/+1
2015-01-15Added blank line between selectors in jumbotronKevin Jannis1-0/+1
2014-11-07Fixes #14979: Override .jumbotron padding within .container-fluid to match ↵Mark Otto1-1/+2
.container
2014-09-08Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container ↵Mark Otto1-3/+2
isn't interferred with by .jumbotron side padding
2014-08-27Fixes #14337: Round .jumbotron corners within .container and .container-fluidMark Otto1-1/+2
2014-03-04Fixes #12914: Darken immediate children hr elements in jumbotronsMark Otto1-0/+4
2013-12-14Fixes #11588: Scope font-size to only p elements in a .jumbotron and remove ↵Mark Otto1-5/+3
the supersized line-height from the base class
2013-11-30Merge branch 'master' into pr/11299Mark Otto1-0/+4
Conflicts: dist/css/bootstrap.min.css docs-assets/js/raw-files.js
2013-11-29Fixes #11390: Add max-width to containers within jumbotrons to avoid ↵Mark Otto1-0/+4
horizontal scrollbar
2013-10-31Support .h1 in place of h1 inside .jumbotronKevin Locke1-2/+4
As in #7284, it can often be useful to style text like a heading in places where using the heading tag would be either semantically incorrect, less accessible, or otherwise invalid. Support this in .jumbotron as in the rest of the document by allowing elements with class .h1 to stand in for the h1 element. Signed-off-by: Kevin Locke <[email protected]>
2013-10-05The Jumbotron font-size LESS variable now conforms to the ↵Steven Black1-1/+1
'@{bootstrapClass}-font-size' naming scheme.
2013-10-04Jumbotron: remove the hard-coded font-size from jumbotron.less and moved it ↵Steven Black1-1/+1
into variables.less where other .font-size-xxxxx things now live.
2013-09-11Rumbo JumboZlatan Vasović1-1/+1
2013-08-21deprecate @screen-{phone,tablet,desktop} varsChris Rebert1-1/+1
2013-08-19save and recompile for that last commitMark Otto1-6/+6
2013-08-19fix #9832 somewhat: more vars for jumbotronMark Otto1-1/+1
2013-08-17Navbar updateMark Otto1-1/+1
Addresses a few different cases where the navbar has and doesn't have a container, and accordingly adjusts the padding and margin of key elements.
2013-08-17Update jumbotronMark Otto1-3/+14
* Defaults to no rounded corners and full width in the viewport * When in a container, the jumbotron has extra padding and will have rounded corners * Updates default jumbotron example to show the full width default display Fixes #9759.
2013-07-07refactor {badges,jumbotron,media,popover,print}.less (mostly nesting)Chris Rebert1-4/+1
2013-05-02Use @font-size-... variables instead of hardcoded font-size in pxDarDar1-2/+2
2013-04-27Adding media queries breakpoints variablesKevin1-1/+1
2013-04-07fixes #7497: use var for jumbotron border radiusMark Otto1-1/+1
2013-03-31-background to -bg on jumbotron varsMark Otto1-1/+1
2013-03-06make less files compile with strict maths in 1.4.0Luke Page1-1/+1
2013-01-31only round jumbotron corners at 768px+Mark Otto1-1/+1
2013-01-16Make jumbotron mo responsiveMark Otto1-7/+14
2012-12-19Rename .hero-unit to .jumbotron becaue fuck dashes in filenames and sports ↵Mark Otto1-0/+25
metaphors are cooler than ad ones