aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04use full version number in deprecation noteChris Rebert1-1/+1
2014-03-04clarify deprecation /cc @cvrebertMark Otto1-1/+1
2014-03-04Merge pull request #12745 from ronnyhaase/panel-varsMark Otto1-0/+2
Defined and use variables for .panel-heading & .panel-footer padding
2014-02-22Update modals to use more consistent padding—modal body and footer now ↵Mark Otto1-1/+1
match modal header
2014-02-14Defined and use variables for .panel-heading & .panel-footer paddingrhaase1-0/+2
2014-02-14add posibillity to hover links and not background in list-groupsDaSch1-0/+1
2014-02-10Fixes #12674Mark Otto1-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-08Fix #12656: add @blockquote-font-sizeZlatan Vasović1-0/+2
2014-02-07Fixes #12555: Rearrange variables to place grids and containers closerMark Otto1-20/+20
2014-02-03die tabs, die!Chris Rebert1-1/+1
2014-01-31Update variables.lessFrederick Marcoux1-0/+8
2014-01-26docs & comments: v3.1 => v3.1.0Chris Rebert1-1/+1
2014-01-21add @navbar-collapse-max-height Less variableChris Rebert1-0/+1
2014-01-18Merge branch 'master' into modal-mdMark Otto1-2/+2
2014-01-17fix #12277Chris Rebert1-2/+2
Thanks to @Quy for pointing these out.
2014-01-15add & use @modal-md Less var for uniformityChris Rebert1-0/+1
2014-01-09Add new varaible @icon-font-svg-id and set it to be the correct SVG font ID, ↵thomaswelton1-1/+1
used new variable in glyphicons.less
2014-01-08add support for '//===' for <h3>s in bs-lessdocChris Rebert1-1/+1
2014-01-08Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert1-124/+277
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-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-24don't roll back that commentMark Otto1-1/+1
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes ↵Mark Otto1-1/+1
#12000)
2013-12-20add new variables for "pagination" to improve support of customizingTobias Lindig1-1/+7
2013-12-15Merge pull request #11840 from ZDroid/pagination-boomMark Otto1-1/+9
Improve pager customization
2013-12-15Change variableMark Otto1-12/+12
2013-12-15Merge pull request #11861 from freeman/masterMark Otto1-1/+1
Issue #11852 : create a new variable for the list group active item link...
2013-12-14Fixes #11555: Add `@tooltip-opacity` variableMark Otto1-0/+1
2013-12-14Merge branch 'master' into pr/11162Mark Otto1-25/+42
Conflicts: less/modals.less
2013-12-14Merge branch 'master' into pr/11107Mark Otto1-25/+41
Conflicts: docs-assets/js/raw-files.js
2013-12-14Merge pull request #11286 from BBosman/well-borderMark Otto1-0/+1
Add well-border variable
2013-12-14Fixes #11867: Add `@panel-body-padding` variableMark Otto1-1/+3
2013-12-12Issue #11852 : create a new variable for the list group active item link text.mrasscha1-1/+1
2013-12-12Added @dropdown-caret-color variable back to variables.less (deprecated)dzwillia1-0/+3
2013-12-11Merge pull request #11841 from ZDroid/breadcrumbsMark Otto1-4/+6
Use variables for breadcrumb padding
2013-12-11Use variables for breadcrumb paddingZlatan Vasović1-4/+6
2013-12-11Improve pager customizationZlatan Vasović1-1/+9
2013-12-09improve compliance with LESS's strictMathChris Rebert1-10/+10
2013-12-08Fixes #11741: Don't set headings font-family again, just use inheritMark Otto1-1/+1
2013-12-07Fixes #11193: Add kbd element styles to indicate user input via keyboardMark Otto1-0/+3
2013-12-06Darken icon bar to meet WCAGZlatan Vasović1-1/+1
2013-12-04Fixes #11610: Add @grid-float-breakpoint-max to better link navbar behavior ↵Mark Otto1-1/+6
across viewports and improve customization. Also addresses #10371, #10395, and #10465.
2013-12-03fix .btn-group-xs portion of #10979Chris Rebert1-0/+3
2013-11-30Merge pull request #11432 from masterbee/WCAG2-color-contrastMark Otto1-4/+4
Corrected color contrast to WCAG 2.0 AA (Accessibility Tweak) - Forms and Alerts
2013-11-29Implement #11174 to fix #10936: increase height of large inputs to fix ↵Mark Otto1-1/+1
Firefox inconsistencies
2013-11-28removed all caret border color settings.Tobias Lindig1-3/+0
2013-11-16fixes #11449: use menlo over monacoMark Otto1-1/+1
2013-11-09Corrected color contrast to WCAG 2.0 AAMario Bonito1-4/+4
2013-10-30Add well-border variableBas Bosman1-0/+1
Add a variable to allow the well border color to be specified. The reason I'd like to see this included is that my companies styleguide requires an explicit border color on well-like constructs. This variable allows me to easily override the default to use that color.
2013-10-21Adjust in modal size rulesLFeh1-1/+1
2013-10-18Options of sizes added in modalLFeh1-0/+3