aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
AgeCommit message (Collapse)AuthorFilesLines
2013-10-14Nuke trailing zerosZlatan Vasović1-2/+2
2013-10-13no trailing decimal placeMark Otto1-1/+1
2013-10-05Good catch by @juthilo - omitted the modified in a prior commit.Steven Black1-1/+1
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-13Add nav-pills-border-radius variableJake Buob1-0/+1
2013-09-12@grid-float-breakpoint need to be @screen-sm-minZlatan Vasović1-1/+1
:smile:
2013-09-11Massive customizer audit and overhaulMark Otto1-4/+5
I probably missed a few things and screwed up a few others, but this takes the place of much of #9910. I haven't added many variables—that should be reserved for v3.1—but I have rejiggered the layout, added missing ones, corrected wrong values, etc. /cc @cvrebert @juthilo @saas786
2013-09-08Match order of vars to order of components; darken some alert bordersMark Otto1-8/+8
2013-09-01update vars to use new component-active-colorMark Otto1-2/+2
2013-09-01fixes #9909: Add component active color variable to complement component ↵Mark Otto1-1/+2
active bg variable
2013-09-01reverse vars for backwards compatibility /cc @cvrebertMark Otto1-6/+6
2013-09-01Merge branch 'deprecate_screen_containers'Mark Otto1-3/+6
2013-09-01fixes #10111: different colors for dropdown link hover and active statesMark Otto1-4/+4
2013-09-01Merge branch 'master' into tagliala-patch-1Mark Otto1-0/+3
2013-09-01Merge branch 'master' into dancek-breadcrumb-separatorMark Otto1-0/+2
2013-09-01fixes #10153: restore headings-color variableMark Otto1-0/+2
2013-09-01Merge branch 'master' into deprecate_screen_containersMark Otto1-7/+0
2013-08-28Base the navbar default brand hover color on default brand colorGeremia Taglialatela1-1/+1
IMHO this default is better
2013-08-28Parameterize @breadcrumb-separatorHannu Hartikainen1-0/+1
2013-08-26rm inverted navbar search stylesJulian Thilo1-7/+0
2013-08-24Deprecate container-{device} vars for container-{size} classes; updates ↵Mark Otto1-3/+6
customizer and grid to do the same
2013-08-23Merge branch 'master' into deprecate-screen-device-varsMark Otto1-7/+22
Conflicts: less/variables.less
2013-08-23more specific deprecation commentMark Otto1-4/+4
2013-08-23Merge pull request #9963 from twbs/min-breakpoint-namingMark Otto1-11/+15
rename @screen-XX to @screen-XX-min for clarity+unambiguity
2013-08-21deprecate @screen-{phone,tablet,desktop} varsChris Rebert1-5/+5
2013-08-20rename @screen-XX to @screen-XX-min for clarity+unambiguityChris Rebert1-11/+15
2013-08-20add variables for heading font sizes; fixes #9921Chris Rebert1-0/+7
2013-08-19Add default navbar z-index to fix #9844Mark Otto1-0/+1
iOS doesn't pick up the z-indexing properly on the dropdowns unless you specify one for the parent navbar.
2013-08-19fix #9832 somewhat: more vars for jumbotronMark Otto1-1/+3
2013-08-18Merge branch '3.0.0-wip' into bs3_panel_base_classMark Otto1-8/+8
Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-08-18Refactor alerts to have a base class, but no default class, thus requiring a ↵Mark Otto1-8/+8
modifier class at all times
2013-08-18Refactor panels to have a base class for improved flexibility when ↵Mark Otto1-2/+5
customizing (and no overriding to start, too)
2013-08-18Fix some forgotten things for navbar-defaultJulian Thilo1-4/+4
New variable names were missing here and there.
2013-08-18Add a .navbar-default class for default colorsJulian Thilo1-16/+16
* Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly
2013-08-18fixes #9768: unbold buttonsMark Otto1-1/+1
2013-08-18Upgrade to latest glyphiconsMark Otto1-1/+1
2013-08-18Restore glyphiconsMark Otto1-0/+6
2013-08-17More consistent naming with screen size variables using xs, sm, md, and lgMark Otto1-15/+14
2013-08-17un-hardcode @grid-gutter-width in @container-* LESS varsChris Rebert1-3/+3
2013-08-16fixes #9436 more: put padding on containers, not the body because full width ↵Mark Otto1-3/+3
elements
2013-08-15fixes #9587: add var for nav link paddingMark Otto1-0/+1
2013-08-15improve pagination's active state so it looks less like the active state and ↵Mark Otto1-2/+7
more like active nav items
2013-08-15Fixes #9617: consistent variation order, add .label-primaryMark Otto1-0/+1
2013-08-14Remove old accordion remnantBas Bosman1-5/+0
2013-08-13lighter default navbar, add borders to navbars, tweak padding and alignmentsMark Otto1-3/+5
2013-08-12Media query (grid and responsive utilities) overhaulMark Otto1-2/+3
Grid classes have been changed to account for a fourth set of classes, meaning we now have XS, S, M, and L options. Specifically, we made the following changes: * Renames `.col-` to `.col-xs-` * Adds `.col-md-` for devices 992px wide and up * Remaps `.col-lg-` for devices 1200px wide and up Alongside that, we've updated our media queries to better handle advanced grid layouts: * All column classes now kick in when they hit a `min-width`, undoing the #9128 fix in https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb c690f3a65 * All column offsets, pushes, and pulls are scoped to an appropriate range, meaning a `min-width` and `max-width` (thanks for the idea, @eratzlaff) We've also modified the widths of our grid containers for the small device grid (now a max 720px instead of 728px) and large device grid (now a max 1140px instead of 1170px) to avoid horizontal scrollbar problems in Firefox (likely due to box-sizing, which is why we didn't see it in 2.x). Similarly, we've updated the responsive ultility classes to match the new four media query approach of the grid system. That means we've: * Added new `.visible-xs` and `.hidden-xs` classes * Reassigns visible and hidden classes for small, medium, and large to matching grid system media queries * Updates docs examples to match grid system and account for fourth utility range ----- Fixes the following: * #9135: fourth grid tier * #9302: undoes previous range change for small grid system, so no need to update any docs here * #8755: consistent grid and responsive utilities schemas) * #9195, #9216, and #9227: no more horizontal scrollbars
2013-08-11addressing #9189 manually, part 7: thumbnails varsMark Otto1-1/+4
2013-08-11addressing #9189 manually, part 6: add a navbar margin var, but avoid the ↵Mark Otto1-0/+1
navbar-nav var because that should really be customizable
2013-08-11addressing #9189 manually, part 4: input group background varMark Otto1-0/+1
2013-08-11addressing #9189 manually, part 3: formsMark Otto1-0/+2