aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
AgeCommit message (Collapse)AuthorFilesLines
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-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-19Fixes #11952: Refactor blockquote stylesMark Otto1-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-18Fixes #11899: Ensure proper margins and .small/small usage for heading tags ↵Mark Otto1-6/+6
(e.g., .h1-.h6)
2013-12-15copyeditingChris Rebert1-1/+1
2013-12-15Fixes #11660: Depcreate small and .small in blockquote in favor of footerMark Otto1-0/+4
2013-12-15Restyle the blockquote to not thin text or change line-heightMark Otto1-2/+0
2013-12-14Fixes #11572: Add contextual background-color classes to match text classes; ↵Mark Otto1-6/+43
move both sets of classes to Helper Classes section of the CSS docs
2013-12-09improve compliance with LESS's strictMathChris Rebert1-1/+1
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto1-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-02Added text-justify class to type.lessHaley1-0/+1
2013-11-30Remove browser default top margin from dl elementsMark Otto1-0/+1
2013-11-30Fixes #11277: Drop the abbr element from the .initialism selectorMark Otto1-1/+1
2013-11-30Fixes #11515: Reorder the headings with body text and text emphasis classesMark Otto1-50/+50
2013-11-08Add missing `.small` styles and docsZlatan Vasović1-1/+2
2013-10-29Change tense to imperativeZlatan Vasović1-3/+3
Matches this comment with the commit messages and other comments.
2013-10-26Fixes #11206: remove left padding on first inline list itemMark Otto1-0/+6
2013-10-24add missing space before open curly braceChris Rebert1-1/+1
2013-10-12Add more functionality to .smallZlatan Vasović1-5/+10
2013-10-07Fixes #10959: round the .lead values down to nearest pixel via floor()Mark Otto1-1/+1
2013-09-22Fixes #10755: Don't remove quotes around q element by defaultMark Otto1-2/+0
2013-09-11The lastZlatan Vasović1-1/+1
2013-09-10Remove display: block from addressZlatan Vasović1-1/+0
<address> is already displayed as block in all browsers (UAs).
2013-09-04Fixes #10399: Add hover styles to text emphasis classesMark Otto1-6/+33
2013-09-04Fixes #10436: use screen-sm var instead of hardcoded pixel valueMark Otto1-1/+1
2013-09-01derp, add on to #10153 with proper variable /cc @ggamMark Otto1-1/+1
2013-09-01fixes #10153: restore headings-color variableMark Otto1-0/+1
2013-08-27Fixes #10154: add .smallMark Otto1-1/+2
2013-08-23Update and document use of `small` in headingsMark Otto1-5/+9
2013-08-20add variables for heading font sizes; fixes #9921Chris Rebert1-6/+6
2013-08-18smaller h1 and h2Mark Otto1-2/+2
2013-08-05Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵Mark Otto1-1/+0
liuyl-pullright Conflicts: dist/css/bootstrap.min.css
2013-08-05Fixes #8770: mobile-first (stacked by default) horizontal dlsMark Otto1-12/+19
2013-07-28make pull-right !importantliuyl1-1/+0
2013-07-26Twerk lead font-size for mobile devicesMark Otto1-1/+5
2013-07-26move things around :)syed1-7/+7
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-26Fixes #8586: add addional color text classes to apply all of branch colors ↵Mark Otto1-12/+5
easily
2013-07-25twbs ALL the linksChris Rebert1-1/+1
2013-07-23No more left margin on dd elements, fixes #8567Mark Otto1-1/+1
2013-07-18add comments to gloss Unicode codepoint hexChris Rebert1-2/+2
2013-07-09simplify type.lessliuyl1-6/+4
2013-07-05Move `hr` to scaffolding.less (out of type.less) and simplify stylesMark Otto1-9/+0
2013-06-23Fixes #8266: remove unnecessary `strong` and `em` stylesMark Otto1-2/+0
2013-06-20Add heading font family variableLuis Hdez1-0/+1
2013-06-17Better clearing on `.dl-horizontal` for empty `dd` elementsMark Otto1-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-17Properly unstyle the `.list-unstyled` class by switching from `margin` to ↵Mark Otto1-2/+2
`padding` Also add better comments
2013-06-17Remove explicit, unncessary `line-height` on `li` elementsMark Otto1-3/+0
2013-06-17Better base `ul` and `ol` stylesMark Otto1-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-14Overhaul form control and button sizing, and some type stylesMark Otto1-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-09Unitless line-heightMark Otto1-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-21Fixes #7617: lowercase and dash gray color varsMark Otto1-8/+8