aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Merge branch '3.0.0-wip' into bs3_remove_iconsMark Otto1-2/+4
Conflicts: docs/components.html
2013-06-22Update variables.lessAristeides Stathopoulos1-0/+1
2013-06-20Merge pull request #8193 from mediafreakch/3.0.0-wipMark Otto1-2/+2
Fixes broken layout for .input-group-addons within .input-large. Follows...
2013-06-20Move Glyphicons into their own repoMark Otto1-5/+0
Removes the icon fonts and associated docs and LESS code from the core repo and into twbs/bootstrap-glyphicons.
2013-06-20Use `@font-family-base` for headings font-family variableMark Otto1-1/+1
2013-06-20Add heading font family variableLuis Hdez1-0/+1
2013-06-18Use correct font-size to calculate input-heightsEdgar Schnueriger1-2/+2
2013-06-18Addresses #8199: darker default buttonMark Otto1-1/+1
2013-06-17Fixes broken layout for .input-group-addons within .input-large. Follows ↵Edgar Schnueriger1-1/+1
6ce154c7ed64f3821cc7d6cbb0bfcf65b25f1b49
2013-06-15Fixes #8175: Update input min-height vars to fix FF21 input renderingMark Otto1-3/+3
2013-06-02Merge pull request #8006 from aristath/3.0.0-wipMark Otto1-0/+13
using screen-size variables for grids
2013-05-29Remove form-actions-bgJavier Martinez Fernandez1-2/+0
If form-actions has been removed, this variable is no needed anymore.
2013-05-27Adding variables for container sizesAristeides Stathopoulos1-0/+13
2013-05-14Overhaul form control and button sizing, and some type stylesMark Otto1-15/+19
* New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless
2013-05-14Add .panel-footerMark Otto1-0/+1
2013-05-10Font-size and line-height tweaksMark Otto1-5/+5
* Use 1.428 for line-height instead of 1.5 * Use function for full pixel values instead of decimals
2013-05-09Unitless line-heightMark Otto1-4/+6
* Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components
2013-05-08Merge pull request #7809 from twitter/bs3_adding_btn_defaultMark Otto1-3/+8
BS3: Require .btn-default for all standard buttons
2013-05-07Fixes #7796: change @list-group-active-text to @list-group-active-colorMark Otto1-1/+1
2013-05-07Require .btn-default for regular buttonsMark Otto1-3/+8
* Instead of , use for standard, gray button * Improves ability to customize buttons by encouraging folks to not override .btn and thus overriding all button modifier classes * Updates docs to reflect the change * Reorganize buttons CSS
2013-05-03Fixes #7721: change @navbar-text to @navbar-color, along with inverse optionsMark Otto1-2/+2
2013-04-27Add maximum bounds variables for so our responsive utilities don't overlapMark Otto1-0/+7
2013-04-27Adding media queries breakpoints variablesKevin1-1/+17
2013-04-21Fixes #7617: lowercase and dash gray color varsMark Otto1-13/+13
2013-04-21Fixes #7648: Thumbnail caption should use @text-color variable. Also adds ↵Mark Otto1-0/+8
other thumbnail vars
2013-04-20Make alerts use variables betterMark Otto1-0/+19
2013-04-14change var from @table-border to @table-border-colorMark Otto1-1/+1
2013-04-12add modal variables and tweak padding for min-height on modal titleMark Otto1-0/+3
2013-04-10Reordering variables that were being used before they were declared. Under ↵Agustin Colchado1-14/+13
some compilers (dotless & sublime 2 package), this would cause the compile to break. Variables in question were: @dropdown-link-active-bg @navbar-link-color @navbar-inverse-link-color
2013-04-07rename btn bg variables so that they are consistent with the other variablesTom Pietschker1-8/+8
2013-04-07rename the navbar-inverse-brand variables for consistencyTom Pietschker1-2/+2
2013-03-31add .panel-primaryMark Otto1-0/+4
2013-03-31more consistent navbar varsMark Otto1-17/+16
2013-03-31remove unused responsive navbar varsMark Otto1-4/+0
2013-03-31more consisten dropdown varsMark Otto1-5/+5
2013-03-31more consistent forms vars; drop search border radius since no more search formMark Otto1-7/+3
2013-03-31more consistent btn varsMark Otto1-13/+13
2013-03-31-background to -bg for body and table varsMark Otto1-4/+4
2013-03-31@link-color-hover to @link-hover-colorMark Otto1-1/+1
2013-03-31-background to -bg on wells varsMark Otto1-1/+1
2013-03-31better grid var commentsMark Otto1-0/+3
2013-03-31@state-*-background to @state-*-bg varsMark Otto1-12/+12
2013-03-31use @pagination- vars on pager component; change @pagination-bg-active to ↵Mark Otto1-1/+1
@pagination-active-bg
2013-03-31-background to -bg on pagination varsMark Otto1-2/+2
2013-03-31-background to -bg on jumbotron varsMark Otto1-1/+1
2013-03-31-background to -bg on tooltip and popover varsMark Otto1-4/+4
2013-03-31-background to -bg on labels varsMark Otto1-4/+4
2013-03-31active item on list group should use @component-active-bgMark Otto1-1/+1
2013-03-31new @component-active-bg variableMark Otto1-3/+5
2013-03-31restore px unit on @font-size-baseMark Otto1-1/+1