aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
AgeCommit message (Collapse)AuthorFilesLines
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
2013-02-05White navbar brand text for inverted navbarMark Otto1-1/+1
2013-02-02Simplify input and input group sizingMark Otto1-1/+2
* Remove .input-mini because who really needs inputs that small * Remove unnecessary border-radius resets from large and small input groups
2013-02-02Merge branch '3.0.0-wip' of https://github.com/gilbarbara/bootstrap into ↵Mark Otto1-2/+11
gilbarbara-3.0.0-wip
2013-02-02Add @btn-color variable and use in buttons and carets; fixes dropup caret as ↵Mark Otto1-0/+1
well
2013-02-01Refactor colors and progress barsMark Otto1-11/+28
* Buttons and progress bars now make use of more semantic global @brand- colors * Progress bars have been rewritten to reduce the number of possible selectors * Instead of .progress .bar, it's .progress-bar for individual bars of color, ultimately making for less CSS
2013-01-31Update line-height and padding for input sizesGil Barbara1-2/+11
2013-01-17Restore .btn-infoMark Otto1-0/+4
2013-01-17Simplify and bring back the grid mixin for generating spans and offsetsMark Otto1-10/+0
2013-01-16improve navbar vars and fix side nav alignmentMark Otto1-14/+19
2013-01-16More navbar derpingMark Otto1-8/+16
2013-01-16mo betta new navbar styles; hook up some changed varsMark Otto1-12/+8
2013-01-15mobile-first navs, navbar, grids, and typeMark Otto1-1/+1
2013-01-13Fix btn link hover and tweak dropdown border/shadowsMark Otto1-1/+1
2013-01-12finetune buttons flattened colorsMark Otto1-10/+10
2013-01-12Flatten navbarMark Otto1-1/+1
2013-01-11Add glyphicons font path variableFabien1-0/+5
2012-12-26Cleanup spacing in variables fileMark Otto1-35/+34
2012-12-20lighter buttons closer to todays versionsMark Otto1-2/+2
2012-12-19Holy shit, buttons, button states, and input states updatedMark Otto1-1/+1
2012-12-19Unfuck the fucked gradient with it's fucked mix() of background colors; nuke ↵Mark Otto1-1/+1
commented out code
2012-12-19More button tweaksMark Otto1-9/+8
2012-12-19overhaul buttonsMark Otto1-6/+0
2012-12-19Remove @black and just use #000Mark Otto1-1/+0
2012-12-19Rename .hero-unit to .jumbotron becaue fuck dashes in filenames and sports ↵Mark Otto1-4/+4
metaphors are cooler than ad ones
2012-12-09Refactor input groupsMark Otto1-2/+2
* Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first
2012-11-30grid vars updatedMark Otto1-10/+10
2012-11-30popovers and tooltips varsMark Otto1-10/+10
2012-11-30form state varsMark Otto1-12/+12
2012-11-30hero unit and pagination varsMark Otto1-6/+10
2012-11-30alignmentMark Otto1-19/+19
2012-11-30navbar varsMark Otto1-30/+31
2012-11-30more vars changedMark Otto1-20/+18
2012-11-30remove sprites vars, change zindex varsMark Otto1-13/+6
2012-11-30remove color variables, swap others were approproMark Otto1-11/+0
2012-11-30more vars changingMark Otto1-10/+20
2012-11-30more vars changed, remove @white varMark Otto1-34/+33
2012-11-30more consistent variable naming patternsMark Otto1-17/+17
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-19/+18
2012-11-05Merge branch '2.2.2-wip' into exploratoryMark Otto1-1/+1
Conflicts: docs/assets/css/bootstrap.css less/navbar.less less/variables.less
2012-11-04Fixes #5471: Remove color from .navbar and .navbar-inverse and reassign to ↵Mark Otto1-1/+1
.navbar-text to prevent unintended cascading