| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-10-14 | Nuke trailing zeros | Zlatan Vasović | 1 | -2/+2 | |
| 2013-10-13 | no trailing decimal place | Mark Otto | 1 | -1/+1 | |
| 2013-10-05 | Good catch by @juthilo - omitted the modified in a prior commit. | Steven Black | 1 | -1/+1 | |
| 2013-10-04 | Jumbotron: remove the hard-coded font-size from jumbotron.less and moved it ↵ | Steven Black | 1 | -1/+1 | |
| into variables.less where other .font-size-xxxxx things now live. | |||||
| 2013-09-13 | Add nav-pills-border-radius variable | Jake Buob | 1 | -0/+1 | |
| 2013-09-12 | @grid-float-breakpoint need to be @screen-sm-min | Zlatan Vasović | 1 | -1/+1 | |
| :smile: | |||||
| 2013-09-11 | Massive customizer audit and overhaul | Mark Otto | 1 | -4/+5 | |
| I probably missed a few things and screwed up a few others, but this takes the place of much of #9910. I haven't added many variables—that should be reserved for v3.1—but I have rejiggered the layout, added missing ones, corrected wrong values, etc. /cc @cvrebert @juthilo @saas786 | |||||
| 2013-09-08 | Match order of vars to order of components; darken some alert borders | Mark Otto | 1 | -8/+8 | |
| 2013-09-01 | update vars to use new component-active-color | Mark Otto | 1 | -2/+2 | |
| 2013-09-01 | fixes #9909: Add component active color variable to complement component ↵ | Mark Otto | 1 | -1/+2 | |
| active bg variable | |||||
| 2013-09-01 | reverse vars for backwards compatibility /cc @cvrebert | Mark Otto | 1 | -6/+6 | |
| 2013-09-01 | Merge branch 'deprecate_screen_containers' | Mark Otto | 1 | -3/+6 | |
| 2013-09-01 | fixes #10111: different colors for dropdown link hover and active states | Mark Otto | 1 | -4/+4 | |
| 2013-09-01 | Merge branch 'master' into tagliala-patch-1 | Mark Otto | 1 | -0/+3 | |
| 2013-09-01 | Merge branch 'master' into dancek-breadcrumb-separator | Mark Otto | 1 | -0/+2 | |
| 2013-09-01 | fixes #10153: restore headings-color variable | Mark Otto | 1 | -0/+2 | |
| 2013-09-01 | Merge branch 'master' into deprecate_screen_containers | Mark Otto | 1 | -7/+0 | |
| 2013-08-28 | Base the navbar default brand hover color on default brand color | Geremia Taglialatela | 1 | -1/+1 | |
| IMHO this default is better | |||||
| 2013-08-28 | Parameterize @breadcrumb-separator | Hannu Hartikainen | 1 | -0/+1 | |
| 2013-08-26 | rm inverted navbar search styles | Julian Thilo | 1 | -7/+0 | |
| 2013-08-24 | Deprecate container-{device} vars for container-{size} classes; updates ↵ | Mark Otto | 1 | -3/+6 | |
| customizer and grid to do the same | |||||
| 2013-08-23 | Merge branch 'master' into deprecate-screen-device-vars | Mark Otto | 1 | -7/+22 | |
| Conflicts: less/variables.less | |||||
| 2013-08-23 | more specific deprecation comment | Mark Otto | 1 | -4/+4 | |
| 2013-08-23 | Merge pull request #9963 from twbs/min-breakpoint-naming | Mark Otto | 1 | -11/+15 | |
| rename @screen-XX to @screen-XX-min for clarity+unambiguity | |||||
| 2013-08-21 | deprecate @screen-{phone,tablet,desktop} vars | Chris Rebert | 1 | -5/+5 | |
| 2013-08-20 | rename @screen-XX to @screen-XX-min for clarity+unambiguity | Chris Rebert | 1 | -11/+15 | |
| 2013-08-20 | add variables for heading font sizes; fixes #9921 | Chris Rebert | 1 | -0/+7 | |
| 2013-08-19 | Add default navbar z-index to fix #9844 | Mark Otto | 1 | -0/+1 | |
| iOS doesn't pick up the z-indexing properly on the dropdowns unless you specify one for the parent navbar. | |||||
| 2013-08-19 | fix #9832 somewhat: more vars for jumbotron | Mark Otto | 1 | -1/+3 | |
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_panel_base_class | Mark Otto | 1 | -8/+8 | |
| Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css | |||||
| 2013-08-18 | Refactor alerts to have a base class, but no default class, thus requiring a ↵ | Mark Otto | 1 | -8/+8 | |
| modifier class at all times | |||||
| 2013-08-18 | Refactor panels to have a base class for improved flexibility when ↵ | Mark Otto | 1 | -2/+5 | |
| customizing (and no overriding to start, too) | |||||
| 2013-08-18 | Fix some forgotten things for navbar-default | Julian Thilo | 1 | -4/+4 | |
| New variable names were missing here and there. | |||||
| 2013-08-18 | Add a .navbar-default class for default colors | Julian Thilo | 1 | -16/+16 | |
| * Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly | |||||
| 2013-08-18 | fixes #9768: unbold buttons | Mark Otto | 1 | -1/+1 | |
| 2013-08-18 | Upgrade to latest glyphicons | Mark Otto | 1 | -1/+1 | |
| 2013-08-18 | Restore glyphicons | Mark Otto | 1 | -0/+6 | |
| 2013-08-17 | More consistent naming with screen size variables using xs, sm, md, and lg | Mark Otto | 1 | -15/+14 | |
| 2013-08-17 | un-hardcode @grid-gutter-width in @container-* LESS vars | Chris Rebert | 1 | -3/+3 | |
| 2013-08-16 | fixes #9436 more: put padding on containers, not the body because full width ↵ | Mark Otto | 1 | -3/+3 | |
| elements | |||||
| 2013-08-15 | fixes #9587: add var for nav link padding | Mark Otto | 1 | -0/+1 | |
| 2013-08-15 | improve pagination's active state so it looks less like the active state and ↵ | Mark Otto | 1 | -2/+7 | |
| more like active nav items | |||||
| 2013-08-15 | Fixes #9617: consistent variation order, add .label-primary | Mark Otto | 1 | -0/+1 | |
| 2013-08-14 | Remove old accordion remnant | Bas Bosman | 1 | -5/+0 | |
| 2013-08-13 | lighter default navbar, add borders to navbars, tweak padding and alignments | Mark Otto | 1 | -3/+5 | |
| 2013-08-12 | Media query (grid and responsive utilities) overhaul | Mark Otto | 1 | -2/+3 | |
| Grid classes have been changed to account for a fourth set of classes, meaning we now have XS, S, M, and L options. Specifically, we made the following changes: * Renames `.col-` to `.col-xs-` * Adds `.col-md-` for devices 992px wide and up * Remaps `.col-lg-` for devices 1200px wide and up Alongside that, we've updated our media queries to better handle advanced grid layouts: * All column classes now kick in when they hit a `min-width`, undoing the #9128 fix in https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb c690f3a65 * All column offsets, pushes, and pulls are scoped to an appropriate range, meaning a `min-width` and `max-width` (thanks for the idea, @eratzlaff) We've also modified the widths of our grid containers for the small device grid (now a max 720px instead of 728px) and large device grid (now a max 1140px instead of 1170px) to avoid horizontal scrollbar problems in Firefox (likely due to box-sizing, which is why we didn't see it in 2.x). Similarly, we've updated the responsive ultility classes to match the new four media query approach of the grid system. That means we've: * Added new `.visible-xs` and `.hidden-xs` classes * Reassigns visible and hidden classes for small, medium, and large to matching grid system media queries * Updates docs examples to match grid system and account for fourth utility range ----- Fixes the following: * #9135: fourth grid tier * #9302: undoes previous range change for small grid system, so no need to update any docs here * #8755: consistent grid and responsive utilities schemas) * #9195, #9216, and #9227: no more horizontal scrollbars | |||||
| 2013-08-11 | addressing #9189 manually, part 7: thumbnails vars | Mark Otto | 1 | -1/+4 | |
| 2013-08-11 | addressing #9189 manually, part 6: add a navbar margin var, but avoid the ↵ | Mark Otto | 1 | -0/+1 | |
| navbar-nav var because that should really be customizable | |||||
| 2013-08-11 | addressing #9189 manually, part 4: input group background var | Mark Otto | 1 | -0/+1 | |
| 2013-08-11 | addressing #9189 manually, part 3: forms | Mark Otto | 1 | -0/+2 | |
