| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-11-30 | Remove browser default top margin from dl elements | Mark Otto | 1 | -0/+1 | |
| 2013-11-30 | Fixes #11277: Drop the abbr element from the .initialism selector | Mark Otto | 1 | -1/+1 | |
| 2013-11-30 | Fixes #11515: Reorder the headings with body text and text emphasis classes | Mark Otto | 1 | -50/+50 | |
| 2013-11-08 | Add missing `.small` styles and docs | Zlatan Vasović | 1 | -1/+2 | |
| 2013-10-29 | Change tense to imperative | Zlatan Vasović | 1 | -3/+3 | |
| Matches this comment with the commit messages and other comments. | |||||
| 2013-10-26 | Fixes #11206: remove left padding on first inline list item | Mark Otto | 1 | -0/+6 | |
| 2013-10-24 | add missing space before open curly brace | Chris Rebert | 1 | -1/+1 | |
| 2013-10-12 | Add more functionality to .small | Zlatan Vasović | 1 | -5/+10 | |
| 2013-10-07 | Fixes #10959: round the .lead values down to nearest pixel via floor() | Mark Otto | 1 | -1/+1 | |
| 2013-09-22 | Fixes #10755: Don't remove quotes around q element by default | Mark Otto | 1 | -2/+0 | |
| 2013-09-11 | The last | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-10 | Remove display: block from address | Zlatan Vasović | 1 | -1/+0 | |
| <address> is already displayed as block in all browsers (UAs). | |||||
| 2013-09-04 | Fixes #10399: Add hover styles to text emphasis classes | Mark Otto | 1 | -6/+33 | |
| 2013-09-04 | Fixes #10436: use screen-sm var instead of hardcoded pixel value | Mark Otto | 1 | -1/+1 | |
| 2013-09-01 | derp, add on to #10153 with proper variable /cc @ggam | Mark Otto | 1 | -1/+1 | |
| 2013-09-01 | fixes #10153: restore headings-color variable | Mark Otto | 1 | -0/+1 | |
| 2013-08-27 | Fixes #10154: add .small | Mark Otto | 1 | -1/+2 | |
| 2013-08-23 | Update and document use of `small` in headings | Mark Otto | 1 | -5/+9 | |
| 2013-08-20 | add variables for heading font sizes; fixes #9921 | Chris Rebert | 1 | -6/+6 | |
| 2013-08-18 | smaller h1 and h2 | Mark Otto | 1 | -2/+2 | |
| 2013-08-05 | Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵ | Mark Otto | 1 | -1/+0 | |
| liuyl-pullright Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-05 | Fixes #8770: mobile-first (stacked by default) horizontal dls | Mark Otto | 1 | -12/+19 | |
| 2013-07-28 | make pull-right !important | liuyl | 1 | -1/+0 | |
| 2013-07-26 | Twerk lead font-size for mobile devices | Mark Otto | 1 | -1/+5 | |
| 2013-07-26 | move things around :) | syed | 1 | -7/+7 | |
| Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less | |||||
| 2013-07-26 | Fixes #8586: add addional color text classes to apply all of branch colors ↵ | Mark Otto | 1 | -12/+5 | |
| easily | |||||
| 2013-07-25 | twbs ALL the links | Chris Rebert | 1 | -1/+1 | |
| 2013-07-23 | No more left margin on dd elements, fixes #8567 | Mark Otto | 1 | -1/+1 | |
| 2013-07-18 | add comments to gloss Unicode codepoint hex | Chris Rebert | 1 | -2/+2 | |
| 2013-07-09 | simplify type.less | liuyl | 1 | -6/+4 | |
| 2013-07-05 | Move `hr` to scaffolding.less (out of type.less) and simplify styles | Mark Otto | 1 | -9/+0 | |
| 2013-06-23 | Fixes #8266: remove unnecessary `strong` and `em` styles | Mark Otto | 1 | -2/+0 | |
| 2013-06-20 | Add heading font family variable | Luis Hdez | 1 | -0/+1 | |
| 2013-06-17 | Better clearing on `.dl-horizontal` for empty `dd` elements | Mark Otto | 1 | -1/+1 | |
| Instead of clearing the entire `.dl-horizontal`, we've moved the clearfix mixin to the `dd` level to solve two problems in one: empty `dd`s mid-list, and empty `dd` as the last child. Addresses a few old issues, including #2824, #3819, #3821, #4062, #6707, and #7180. Sorry that took so long :D. | |||||
| 2013-06-17 | Properly unstyle the `.list-unstyled` class by switching from `margin` to ↵ | Mark Otto | 1 | -2/+2 | |
| `padding` Also add better comments | |||||
| 2013-06-17 | Remove explicit, unncessary `line-height` on `li` elements | Mark Otto | 1 | -3/+0 | |
| 2013-06-17 | Better base `ul` and `ol` styles | Mark Otto | 1 | -2/+2 | |
| Turns out we were nixing the default browser spacing for bullets and numbers, so this reverts that and instead just twerks the top/bottom `margin`. | |||||
| 2013-05-14 | Overhaul form control and button sizing, and some type styles | Mark Otto | 1 | -2/+1 | |
| * 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-09 | Unitless line-height | Mark Otto | 1 | -28/+24 | |
| * 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-04-21 | Fixes #7617: lowercase and dash gray color vars | Mark Otto | 1 | -8/+8 | |
| 2013-04-20 | Fixes #7640: only reset margin on last-child p within blockquotes | Mark Otto | 1 | -2/+4 | |
| 2013-03-31 | Merge branch 'SBoudrias-patch-1' into 3.0.0-wip | Mark Otto | 1 | -1/+0 | |
| Conflicts: less/type.less | |||||
| 2013-03-31 | remove lingering rem | Mark Otto | 1 | -6/+6 | |
| 2013-03-31 | Remove the handful of rem font-sizes | Mark Otto | 1 | -2/+2 | |
| 2013-03-30 | Change error to danger for all classes; add panels component | Mark Otto | 1 | -3/+3 | |
| 2013-03-30 | fuck everything about .clear_float() -- restore .clearfix() as mixin | Mark Otto | 1 | -1/+1 | |
| 2013-03-30 | drop .muted for .text-muted | Mark Otto | 1 | -3/+3 | |
| 2013-03-27 | Refactor .list-inline and .list-unstyled | Mark Otto | 1 | -8/+10 | |
| * Instead of shared and separate CSS, isolate by class for easier mixin-ability * .list-unstyled is now used as a mixin in .list-inline | |||||
| 2013-03-26 | New grid classes | Mark Otto | 1 | -1/+1 | |
| 2013-03-17 | Remove `text-rendering` | Simon Boudrias | 1 | -1/+0 | |
