| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2014-02-08 | Fix #12656: add @blockquote-font-size | Zlatan Vasović | 1 | -0/+2 | |
| 2014-02-07 | Fixes #12555: Rearrange variables to place grids and containers closer | Mark Otto | 1 | -20/+20 | |
| 2014-02-03 | die tabs, die! | Chris Rebert | 1 | -1/+1 | |
| 2014-01-31 | Update variables.less | Frederick Marcoux | 1 | -0/+8 | |
| 2014-01-26 | docs & comments: v3.1 => v3.1.0 | Chris Rebert | 1 | -1/+1 | |
| 2014-01-21 | add @navbar-collapse-max-height Less variable | Chris Rebert | 1 | -0/+1 | |
| 2014-01-18 | Merge branch 'master' into modal-md | Mark Otto | 1 | -2/+2 | |
| 2014-01-17 | fix #12277 | Chris Rebert | 1 | -2/+2 | |
| Thanks to @Quy for pointing these out. | |||||
| 2014-01-15 | add & use @modal-md Less var for uniformity | Chris Rebert | 1 | -0/+1 | |
| 2014-01-09 | Add new varaible @icon-font-svg-id and set it to be the correct SVG font ID, ↵ | thomaswelton | 1 | -1/+1 | |
| used new variable in glyphicons.less | |||||
| 2014-01-08 | add support for '//===' for <h3>s in bs-lessdoc | Chris Rebert | 1 | -1/+1 | |
| 2014-01-08 | Use JS & Jade to generate the customizer variables form HTML from ↵ | Chris Rebert | 1 | -124/+277 | |
| variables.less; fixes #11095 also updates variables file organization (courtesy @mdo) | |||||
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 1 | -10/+10 | |
| This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger | |||||
| 2013-12-24 | don't roll back that comment | Mark Otto | 1 | -1/+1 | |
| 2013-12-24 | roll back version numbers to avoid broken links in docs and readme (fixes ↵ | Mark Otto | 1 | -1/+1 | |
| #12000) | |||||
| 2013-12-20 | add new variables for "pagination" to improve support of customizing | Tobias Lindig | 1 | -1/+7 | |
| 2013-12-15 | Merge pull request #11840 from ZDroid/pagination-boom | Mark Otto | 1 | -1/+9 | |
| Improve pager customization | |||||
| 2013-12-15 | Change variable | Mark Otto | 1 | -12/+12 | |
| 2013-12-15 | Merge pull request #11861 from freeman/master | Mark Otto | 1 | -1/+1 | |
| Issue #11852 : create a new variable for the list group active item link... | |||||
| 2013-12-14 | Fixes #11555: Add `@tooltip-opacity` variable | Mark Otto | 1 | -0/+1 | |
| 2013-12-14 | Merge branch 'master' into pr/11162 | Mark Otto | 1 | -25/+42 | |
| Conflicts: less/modals.less | |||||
| 2013-12-14 | Merge branch 'master' into pr/11107 | Mark Otto | 1 | -25/+41 | |
| Conflicts: docs-assets/js/raw-files.js | |||||
| 2013-12-14 | Merge pull request #11286 from BBosman/well-border | Mark Otto | 1 | -0/+1 | |
| Add well-border variable | |||||
| 2013-12-14 | Fixes #11867: Add `@panel-body-padding` variable | Mark Otto | 1 | -1/+3 | |
| 2013-12-12 | Issue #11852 : create a new variable for the list group active item link text. | mrasscha | 1 | -1/+1 | |
| 2013-12-12 | Added @dropdown-caret-color variable back to variables.less (deprecated) | dzwillia | 1 | -0/+3 | |
| 2013-12-11 | Merge pull request #11841 from ZDroid/breadcrumbs | Mark Otto | 1 | -4/+6 | |
| Use variables for breadcrumb padding | |||||
| 2013-12-11 | Use variables for breadcrumb padding | Zlatan Vasović | 1 | -4/+6 | |
