| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-04 | Fixes #11610: Add @grid-float-breakpoint-max to better link navbar behavior ↵ | Mark Otto | 1 | -1/+6 | |
| across viewports and improve customization. Also addresses #10371, #10395, and #10465. | |||||
| 2013-12-03 | fix .btn-group-xs portion of #10979 | Chris Rebert | 1 | -0/+3 | |
| 2013-11-30 | Merge pull request #11432 from masterbee/WCAG2-color-contrast | Mark Otto | 1 | -4/+4 | |
| Corrected color contrast to WCAG 2.0 AA (Accessibility Tweak) - Forms and Alerts | |||||
| 2013-11-29 | Implement #11174 to fix #10936: increase height of large inputs to fix ↵ | Mark Otto | 1 | -1/+1 | |
| Firefox inconsistencies | |||||
| 2013-11-28 | removed all caret border color settings. | Tobias Lindig | 1 | -3/+0 | |
| 2013-11-16 | fixes #11449: use menlo over monaco | Mark Otto | 1 | -1/+1 | |
| 2013-11-09 | Corrected color contrast to WCAG 2.0 AA | Mario Bonito | 1 | -4/+4 | |
| 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 | |
