| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-05-13 | Group inverted navbar vars under a subheading | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] [skip validator] | |||||
| 2015-05-13 | Use vanilla comment since this isn't a description of @btn-border-radius-base | Chris Rebert | 1 | -1/+1 | |
| 2015-04-26 | Add @btn-border-radius variables (#16271) | Martin Bean | 1 | -0/+5 | |
| 2015-03-18 | Jumbotron: Putting heading font size in variables to allow for easier overrides. | Maxb | 1 | -0/+1 | |
| 2015-03-03 | Modal: Fix backdrop not readjusting when height changes | Heinrich Fenkart | 1 | -1/+2 | |
| Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927. | |||||
| 2015-02-02 | [Fix issue #15719] Add a variable for .form-group's margin-bottom | Kevin Kirsche | 1 | -0/+3 | |
| [Fix issue #15719] Add a variable for .form-group's margin-bottom | |||||
| 2015-01-18 | fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵ | Mark Otto | 1 | -1/+1 | |
| to fix button sizing in Win 8.1 Chrome | |||||
| 2014-12-15 | Add docs for #15340 | Chris Rebert | 1 | -0/+1 | |
| border-radius CSS property doesn't affect <select>s in some browsers. Hence, @input-border-radius doesn't affect <select class="form-control"> in some browsers. Closes #15340. [skip sauce] [skip validator] | |||||
| 2014-12-12 | Add new brand-primary color in the doc and the true color in comment | Bastien | 1 | -1/+1 | |
| 2014-11-09 | darken primary blue for accessibility contrast on link colors | Mark Otto | 1 | -1/+1 | |
| 2014-10-28 | change back to not allowed cursor | Mark Otto | 1 | -1/+1 | |
| 2014-10-27 | swap cursor not-allow for default, and use a variable for all disabled elements | Mark Otto | 1 | -0/+3 | |
| 2014-10-24 | Merge pull request #14786 from andy-saint/links | Mark Otto | 1 | -0/+2 | |
| Added link hover decoration variable | |||||
| 2014-10-20 | Removed double parentheses from expressions | Panayiotis Lipiridis | 1 | -3/+3 | |
| 2014-10-12 | Added link hover decoration variable | Andrew Saint | 1 | -0/+2 | |
| 2014-10-09 | fixes #13816 Modal dialog closes when dragging and releasing mouse button ↵ | fat | 1 | -2/+1 | |
| outside dialog | |||||
| 2014-09-18 | Fixes #14592: Add new variable for progress border radius | Mark Otto | 1 | -0/+2 | |
| 2014-09-08 | Variables for large and small input border radiuses | Marat Abdullin | 1 | -1/+8 | |
| 2014-08-27 | Make `popover-arrow-color` default to `popover-bg` | Jaume Alemany | 1 | -1/+1 | |
| 2014-08-26 | Less: Remove empty lines and blanks. | vsn4ik | 1 | -2/+0 | |
| 2014-08-23 | Fixes #13943 again: lighten links, and text, in navbar. Still not 100% ↵ | Mark Otto | 1 | -2/+2 | |
| compliant, but it's better. | |||||
| 2014-08-23 | Fixes #14440: Remove unused nav variable | Mark Otto | 1 | -2/+0 | |
| 2014-07-17 | Tabs to spaces | wangsai | 1 | -1/+1 | |
| 2014-07-12 | Fixes #14107: Lighten placeholder text | Mark Otto | 1 | -1/+1 | |
| 2014-07-05 | Merge pull request #13923 from ilikeprograms/gray-base-variable | Mark Otto | 1 | -5/+6 | |
| Added @gray-base variable to make @gray-{shade} reference, also allows @... | |||||
| 2014-07-05 | Fixes #13943: Lighten the navbar inverse link color more since our text ↵ | Mark Otto | 1 | -1/+1 | |
| contrast change in v3.2.0 | |||||
| 2014-06-25 | Fixed @gray-base value being once space short | Thomas Coleman | 1 | -1/+1 | |
| 2014-06-25 | Added @gray-base variable to make @gray-{shade} reference, also allows ↵ | Thomas Coleman | 1 | -5/+6 | |
| @gray-base to be modified with less#modifyVars and the vars to cascade | |||||
| 2014-06-24 | Move variable declaration before its use for Sass | Gleb Mazovetskiy | 1 | -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-18 | fixes #13346: add a variable for .dl-horizontal's offset | Mark Otto | 1 | -0/+2 | |
| 2014-06-18 | Darken @gray-light to meet accessibility guidelines | Ross Allen | 1 | -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-17 | fix #13360 by making deprecation notices visible in customizer | Chris Rebert | 1 | -6/+10 | |
| 2014-04-15 | rm not particularly useful @zindex var comments | Chris Rebert | 1 | -2/+2 | |
| 2014-04-02 | Merge pull request #13217 from thedavidscherer/fix-13216 | Mark Otto | 1 | -2/+2 | |
| fixes #13216 | |||||
| 2014-04-01 | re-deprecate @screen-xs-min per #12913 | Chris Rebert | 1 | -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-28 | fixes #13216 | David Scherer | 1 | -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-10 | Add missing customizer comment | Zlatan Vasović | 1 | -1/+1 | |
| 2014-03-09 | Fixes #12738 | Mark Otto | 1 | -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-08 | Fix comment | Mark Otto | 1 | -1/+1 | |
| 2014-03-08 | Fixes #12966: Ensure icon font vars are loaded into Customizer | Mark Otto | 1 | -2/+6 | |
| 2014-03-06 | Merge pull request #12739 from DaSchTour/twbs | Mark Otto | 1 | -0/+1 | |
| add posibillity to hover links and not background in list-groups | |||||
| 2014-03-06 | Rewrite the disabled list group items to simplify styles | Mark Otto | 1 | -10/+10 | |
| 2014-03-06 | Merge branch 'master' into pr/12490 | Mark Otto | 1 | -27/+31 | |
| Conflicts: less/list-group.less | |||||
| 2014-03-04 | use full version number in deprecation note | Chris Rebert | 1 | -1/+1 | |
| 2014-03-04 | clarify deprecation /cc @cvrebert | Mark Otto | 1 | -1/+1 | |
| 2014-03-04 | Merge pull request #12745 from ronnyhaase/panel-vars | Mark Otto | 1 | -0/+2 | |
| Defined and use variables for .panel-heading & .panel-footer padding | |||||
| 2014-02-22 | Update modals to use more consistent padding—modal body and footer now ↵ | Mark Otto | 1 | -1/+1 | |
| match modal header | |||||
| 2014-02-14 | Defined and use variables for .panel-heading & .panel-footer padding | rhaase | 1 | -0/+2 | |
| 2014-02-14 | add posibillity to hover links and not background in list-groups | DaSch | 1 | -0/+1 | |
| 2014-02-10 | Fixes #12674 | Mark Otto | 1 | -2/+2 | |
| * The problem with #12674 is that it reassigns the same variable, but the color values were purposely different. * This uses Less's color functions to generate the proper darker colors. * Why darker colors? Because those CSS carets render lighter than their solid border counterparts. Consider it a design hack. | |||||
