| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-06-02 | Merge pull request #8006 from aristath/3.0.0-wip | Mark Otto | 1 | -0/+13 | |
| using screen-size variables for grids | |||||
| 2013-05-29 | Remove form-actions-bg | Javier Martinez Fernandez | 1 | -2/+0 | |
| If form-actions has been removed, this variable is no needed anymore. | |||||
| 2013-05-27 | Adding variables for container sizes | Aristeides Stathopoulos | 1 | -0/+13 | |
| 2013-05-14 | Overhaul form control and button sizing, and some type styles | Mark Otto | 1 | -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-14 | Add .panel-footer | Mark Otto | 1 | -0/+1 | |
| 2013-05-10 | Font-size and line-height tweaks | Mark Otto | 1 | -5/+5 | |
| * Use 1.428 for line-height instead of 1.5 * Use function for full pixel values instead of decimals | |||||
| 2013-05-09 | Unitless line-height | Mark Otto | 1 | -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-08 | Merge pull request #7809 from twitter/bs3_adding_btn_default | Mark Otto | 1 | -3/+8 | |
| BS3: Require .btn-default for all standard buttons | |||||
| 2013-05-07 | Fixes #7796: change @list-group-active-text to @list-group-active-color | Mark Otto | 1 | -1/+1 | |
| 2013-05-07 | Require .btn-default for regular buttons | Mark Otto | 1 | -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-03 | Fixes #7721: change @navbar-text to @navbar-color, along with inverse options | Mark Otto | 1 | -2/+2 | |
| 2013-04-27 | Add maximum bounds variables for so our responsive utilities don't overlap | Mark Otto | 1 | -0/+7 | |
| 2013-04-27 | Adding media queries breakpoints variables | Kevin | 1 | -1/+17 | |
| 2013-04-21 | Fixes #7617: lowercase and dash gray color vars | Mark Otto | 1 | -13/+13 | |
| 2013-04-21 | Fixes #7648: Thumbnail caption should use @text-color variable. Also adds ↵ | Mark Otto | 1 | -0/+8 | |
| other thumbnail vars | |||||
| 2013-04-20 | Make alerts use variables better | Mark Otto | 1 | -0/+19 | |
| 2013-04-14 | change var from @table-border to @table-border-color | Mark Otto | 1 | -1/+1 | |
| 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 | |
