aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto1-768/+0
2014-07-14simplify jumbotron styles, rem-ify paddingMark Otto1-2/+2
2014-07-14inverse table ideaMark Otto1-1/+1
2014-07-13new navbar ideasMark Otto1-9/+11
2014-07-13transitions mixin and global variable, add it to buttonsMark Otto1-0/+1
2014-07-12Merge branch 'master' into derpMark Otto1-1/+1
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/javascript/dropdowns.md less/utilities.less
2014-07-12Fixes #14107: Lighten placeholder textMark Otto1-1/+1
2014-07-12Change `code` variables to match `pre`Mark Otto1-2/+2
2014-07-09Badges, navs, and moreMark Otto1-2/+2
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto1-0/+1
2014-07-08Nuke all IE8 fallbacks and comments and hacksMark Otto1-4/+0
2014-07-08rems: table paddingMark Otto1-2/+2
2014-07-08Nuke unused vars for panels wells and thumbnailsMark Otto1-53/+1
2014-07-08Bring back button infoMark Otto1-0/+4
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto1-8/+4
2014-07-08Fix navbar margins and update grid sidebar styles to matchMark Otto1-1/+1
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto1-0/+9
@enable-rounded == true
2014-07-08rems: update breadcrumbs to use new sizing; improve variables by renaming ↵Mark Otto1-7/+9
@breadcrumb-separator to @breadcrumb-divider; change up colors
2014-07-08Refactor: drop .dropdown .caret for a generated caret using ↵Mark Otto1-2/+2
.dropdown-toggle:after
2014-07-08rems: rework grid system vars to use rems/emsMark Otto1-10/+10
2014-07-08Drop: Device-named container variables since we alreay sort of deprecated ↵Mark Otto1-13/+7
them many releases ago
2014-07-08rems: input sizesMark Otto1-3/+3
2014-07-08Drop: @gray-base variableMark Otto1-1/+0
2014-07-08Clean up variable alignment and comments; change grays to new custom valuesMark Otto1-50/+40
2014-07-08Fix input sizing and increase vertical padding on textareasMark Otto1-1/+1
2014-07-08Drop: @screen-table, @screen-desktop, @screen-lg-desktop, @screen-sm, ↵Mark Otto1-21/+7
@screen-md, @screen-lg
2014-07-08Drop: @screen-xs, @screen-xs-min, and @screen-phoneMark Otto1-6/+0
2014-07-08Drop: @dropdown-caret-color variableMark Otto1-3/+0
2014-07-08rems: buttonsMark Otto1-10/+11
2014-07-08rems: codeMark Otto1-3/+3
2014-07-07start the move to remsMark Otto1-13/+14
2014-07-05Merge pull request #13923 from ilikeprograms/gray-base-variableMark Otto1-5/+6
Added @gray-base variable to make @gray-{shade} reference, also allows @...
2014-07-05Fixes #13943: Lighten the navbar inverse link color more since our text ↵Mark Otto1-1/+1
contrast change in v3.2.0
2014-06-25Fixed @gray-base value being once space shortThomas Coleman1-1/+1
2014-06-25Added @gray-base variable to make @gray-{shade} reference, also allows ↵Thomas Coleman1-5/+6
@gray-base to be modified with less#modifyVars and the vars to cascade
2014-06-24Move variable declaration before its use for SassGleb Mazovetskiy1-8/+3
In Sass, variable must be declared before it is used. This also removes Miscellaneous section, because horizontal line color and form / list paddings are Typography.
2014-06-18fixes #13346: add a variable for .dl-horizontal's offsetMark Otto1-0/+2
2014-06-18Darken @gray-light to meet accessibility guidelinesRoss Allen1-1/+1
`@gray-light` darkens from #999 to #777, which puts `.text-muted` at the threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1. The “Example” headers in docs become #959595, which is contrast ratio 3:1, the minimum for larger text. Since the headers are less important than the surrounding text, 3:1 is fine and an improvement on the previous #bbb:#fff (1.92:1). Fixes issue #13847. [1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html
2014-04-17fix #13360 by making deprecation notices visible in customizerChris Rebert1-6/+10
2014-04-15rm not particularly useful @zindex var commentsChris Rebert1-2/+2
2014-04-02Merge pull request #13217 from thedavidscherer/fix-13216Mark Otto1-2/+2
fixes #13216
2014-04-01re-deprecate @screen-xs-min per #12913Chris Rebert1-0/+1
By definition, XS screens have no minimum size, only a maximum size. (Symmetrically, LG screens have no maximum size, hence why there's no @screen-lg-max.)
2014-03-28fixes #13216David Scherer1-2/+2
change `@zindex-popover` and `@zindex-tooltip` values to be greater than those set for `@zindex-modal` allowing tooltips and popovers to be displayed in front of modals (and all other content).
2014-03-10Add missing customizer commentZlatan Vasović1-1/+1
2014-03-09Fixes #12738Mark Otto1-1/+1
* Removes default max-height from .navbar-collapse (so not every navbar will get a max-height collapse section) * Scopes regular 340px max-height to fixed top and bottom navbars only (those are the only ones that really need a max-height to enable scrolling) * Adds a landscape media query for phones to cap the max-height at 200px for fixed navbars"
2014-03-08Fix commentMark Otto1-1/+1
2014-03-08Fixes #12966: Ensure icon font vars are loaded into CustomizerMark Otto1-2/+6
2014-03-06Merge pull request #12739 from DaSchTour/twbsMark Otto1-0/+1
add posibillity to hover links and not background in list-groups
2014-03-06Rewrite the disabled list group items to simplify stylesMark Otto1-10/+10
2014-03-06Merge branch 'master' into pr/12490Mark Otto1-27/+31
Conflicts: less/list-group.less