| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-04-12 | add modal variables and tweak padding for min-height on modal title | Mark Otto | 1 | -0/+3 | |
| 2013-04-10 | Reordering variables that were being used before they were declared. Under ↵ | Agustin Colchado | 1 | -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-07 | rename btn bg variables so that they are consistent with the other variables | Tom Pietschker | 1 | -8/+8 | |
| 2013-04-07 | rename the navbar-inverse-brand variables for consistency | Tom Pietschker | 1 | -2/+2 | |
| 2013-03-31 | add .panel-primary | Mark Otto | 1 | -0/+4 | |
| 2013-03-31 | more consistent navbar vars | Mark Otto | 1 | -17/+16 | |
| 2013-03-31 | remove unused responsive navbar vars | Mark Otto | 1 | -4/+0 | |
| 2013-03-31 | more consisten dropdown vars | Mark Otto | 1 | -5/+5 | |
| 2013-03-31 | more consistent forms vars; drop search border radius since no more search form | Mark Otto | 1 | -7/+3 | |
| 2013-03-31 | more consistent btn vars | Mark Otto | 1 | -13/+13 | |
| 2013-03-31 | -background to -bg for body and table vars | Mark Otto | 1 | -4/+4 | |
| 2013-03-31 | @link-color-hover to @link-hover-color | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | -background to -bg on wells vars | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | better grid var comments | Mark Otto | 1 | -0/+3 | |
| 2013-03-31 | @state-*-background to @state-*-bg vars | Mark Otto | 1 | -12/+12 | |
| 2013-03-31 | use @pagination- vars on pager component; change @pagination-bg-active to ↵ | Mark Otto | 1 | -1/+1 | |
| @pagination-active-bg | |||||
| 2013-03-31 | -background to -bg on pagination vars | Mark Otto | 1 | -2/+2 | |
| 2013-03-31 | -background to -bg on jumbotron vars | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | -background to -bg on tooltip and popover vars | Mark Otto | 1 | -4/+4 | |
| 2013-03-31 | -background to -bg on labels vars | Mark Otto | 1 | -4/+4 | |
| 2013-03-31 | active item on list group should use @component-active-bg | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | new @component-active-bg variable | Mark Otto | 1 | -3/+5 | |
| 2013-03-31 | restore px unit on @font-size-base | Mark Otto | 1 | -1/+1 | |
| 2013-03-30 | add list group component | Mark Otto | 1 | -0/+11 | |
| 2013-03-30 | Change error to danger for all classes; add panels component | Mark Otto | 1 | -7/+32 | |
| 2013-03-17 | Exploring rems as font-size unit | Mark Otto | 1 | -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-15 | Overhaul the grid system and its docs | Mark Otto | 1 | -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-06 | make less files compile with strict maths in 1.4.0 | Luke Page | 1 | -8/+8 | |
| 2013-03-01 | nuke commented out unused var | Mark Otto | 1 | -5/+0 | |
| 2013-02-28 | Fixes #6995: Add disabled navbar nav link support | Mark Otto | 1 | -2/+6 | |
| 2013-02-17 | Bring back the label, make it scale somewhat with the font-size of the ↵ | Mark Otto | 1 | -0/+8 | |
| parent using percentages and ems | |||||
| 2013-02-13 | update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵ | Mark Otto | 1 | -1/+1 | |
| test makefile with darkened navbar active bg | |||||
| 2013-02-07 | finish modal tweaks | Mark Otto | 1 | -0/+6 | |
| 2013-02-05 | White navbar brand text for inverted navbar | Mark Otto | 1 | -1/+1 | |
| 2013-02-02 | Simplify input and input group sizing | Mark Otto | 1 | -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-02 | Merge branch '3.0.0-wip' of https://github.com/gilbarbara/bootstrap into ↵ | Mark Otto | 1 | -2/+11 | |
| gilbarbara-3.0.0-wip | |||||
| 2013-02-02 | Add @btn-color variable and use in buttons and carets; fixes dropup caret as ↵ | Mark Otto | 1 | -0/+1 | |
| well | |||||
| 2013-02-01 | Refactor colors and progress bars | Mark Otto | 1 | -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-31 | Update line-height and padding for input sizes | Gil Barbara | 1 | -2/+11 | |
| 2013-01-17 | Restore .btn-info | Mark Otto | 1 | -0/+4 | |
| 2013-01-17 | Simplify and bring back the grid mixin for generating spans and offsets | Mark Otto | 1 | -10/+0 | |
| 2013-01-16 | improve navbar vars and fix side nav alignment | Mark Otto | 1 | -14/+19 | |
| 2013-01-16 | More navbar derping | Mark Otto | 1 | -8/+16 | |
| 2013-01-16 | mo betta new navbar styles; hook up some changed vars | Mark Otto | 1 | -12/+8 | |
| 2013-01-15 | mobile-first navs, navbar, grids, and type | Mark Otto | 1 | -1/+1 | |
| 2013-01-13 | Fix btn link hover and tweak dropdown border/shadows | Mark Otto | 1 | -1/+1 | |
| 2013-01-12 | finetune buttons flattened colors | Mark Otto | 1 | -10/+10 | |
| 2013-01-12 | Flatten navbar | Mark Otto | 1 | -1/+1 | |
| 2013-01-11 | Add glyphicons font path variable | Fabien | 1 | -0/+5 | |
| 2012-12-26 | Cleanup spacing in variables file | Mark Otto | 1 | -35/+34 | |
