aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
AgeCommit message (Collapse)AuthorFilesLines
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
2013-03-30add list group componentMark Otto1-0/+11
2013-03-30Change error to danger for all classes; add panels componentMark Otto1-7/+32
2013-03-17Exploring rems as font-size unitMark Otto1-1/+1
* Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
2013-03-15Overhaul the grid system and its docsMark Otto1-5/+3
* Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot) * Drop the @grid-row-width and @grid-column-width variables * Add the @grid-float-breakpoint variable, as used in Preboot * Add support for .push* and .pull* classes for column ordering manipulation * Document all the things
2013-03-06make less files compile with strict maths in 1.4.0Luke Page1-8/+8
2013-03-01nuke commented out unused varMark Otto1-5/+0
2013-02-28Fixes #6995: Add disabled navbar nav link supportMark Otto1-2/+6
2013-02-17Bring back the label, make it scale somewhat with the font-size of the ↵Mark Otto1-0/+8
parent using percentages and ems
2013-02-13update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵Mark Otto1-1/+1
test makefile with darkened navbar active bg
2013-02-07finish modal tweaksMark Otto1-0/+6