| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-02-17 | [Fixes #15825] .initialism class should use mixin | Kevin Kirsche | 1 | -1/+1 | |
| [Fixes #15825] .initialism class should use text-uppercase() LESS mixin. | |||||
| 2014-09-26 | Fixes #14682: Remove quotes reset on blockquote elements as it causes ↵ | Mark Otto | 1 | -6/+0 | |
| rendering bugs | |||||
| 2014-07-05 | Fixes #13967: Don't reset the cite element's font-style | Mark Otto | 1 | -5/+0 | |
| 2014-06-23 | Use @font-size-small variable to calculate <small> font-size fixes #13713 #13809 | Thomas Welton | 1 | -2/+2 | |
| 2014-06-18 | fixes #13346: add a variable for .dl-horizontal's offset | Mark Otto | 1 | -2/+2 | |
| 2014-06-10 | Merge pull request #13671 from 04818419/text-transformation | Mark Otto | 1 | -0/+5 | |
| text transformation added | |||||
| 2014-06-10 | New text align class, .text-nowrap, for preventing text from breaking to new ↵ | Mark Otto | 1 | -0/+1 | |
| lines. Applies it to the grid docs table. | |||||
| 2014-05-24 | text transformation added | Konstantin Kulinicenko | 1 | -0/+5 | |
| Transform text in components with text capitalization classes. | |||||
| 2014-04-27 | Update type.less | Sam Roth | 1 | -1/+1 | |
| For better readability on mobile devices | |||||
| 2014-04-26 | Minor Spacing fixes | Nick Schonning | 1 | -2/+6 | |
| Flagged upstream in bootstrap-sass by scss-lint | |||||
| 2014-03-07 | Fixes #12748 | mrmrs | 1 | -0/+6 | |
| 2014-02-22 | Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out ↵ | Mark Otto | 1 | -6/+10 | |
| of the media query | |||||
| 2014-02-08 | Merge pull request #12433 from tagliala/list-inline-first-element-fix | Mark Otto | 1 | -4/+1 | |
| Fix first element padding of list-inline | |||||
| 2014-02-08 | Fix #12656: add @blockquote-font-size | Zlatan Vasović | 1 | -1/+1 | |
| 2014-01-30 | fixed first element padding of list-inline | Geremia Taglialatela | 1 | -4/+1 | |
| 2014-01-26 | docs & comments: v3.1 => v3.1.0 | Chris Rebert | 1 | -2/+2 | |
| 2014-01-18 | Merge branch 'master' into bg-variant | Mark Otto | 1 | -20/+5 | |
| Conflicts: less/mixins.less | |||||
| 2014-01-15 | refactoring: add & use .bg-variant() mixin | Chris Rebert | 1 | -20/+5 | |
| 2014-01-15 | refactoring: add & use .text-emphasis-variant() mixin | Chris Rebert | 1 | -20/+5 | |
| 2014-01-07 | Fix #12073: Consistent order of variations | Julian Thilo | 1 | -24/+24 | |
| This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger | |||||
| 2013-12-19 | Fixes #11952: Refactor blockquote styles | Mark Otto | 1 | -25/+30 | |
| * Deprecate .pull-right class for .blockquote-reverse * Move font-size change to the parent, blockquote, instead of setting on the p element to allow more flexible content | |||||
| 2013-12-18 | Fixes #11899: Ensure proper margins and .small/small usage for heading tags ↵ | Mark Otto | 1 | -6/+6 | |
| (e.g., .h1-.h6) | |||||
| 2013-12-15 | copyediting | Chris Rebert | 1 | -1/+1 | |
| 2013-12-15 | Fixes #11660: Depcreate small and .small in blockquote in favor of footer | Mark Otto | 1 | -0/+4 | |
| 2013-12-15 | Restyle the blockquote to not thin text or change line-height | Mark Otto | 1 | -2/+0 | |
| 2013-12-14 | Fixes #11572: Add contextual background-color classes to match text classes; ↵ | Mark Otto | 1 | -6/+43 | |
| move both sets of classes to Helper Classes section of the CSS docs | |||||
| 2013-12-09 | improve compliance with LESS's strictMath | Chris Rebert | 1 | -1/+1 | |
| 2013-12-08 | Switch to `&:extend(.clearfix all)` for clearfix mixin | Mark Otto | 1 | -1/+1 | |
| Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho) | |||||
| 2013-12-02 | Added text-justify class to type.less | Haley | 1 | -0/+1 | |
| 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 | |||||
