aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
AgeCommit message (Collapse)AuthorFilesLines
2014-06-23Use @font-size-small variable to calculate <small> font-size fixes #13713 #13809Thomas Welton1-2/+2
2014-06-18fixes #13346: add a variable for .dl-horizontal's offsetMark Otto1-2/+2
2014-06-10Merge pull request #13671 from 04818419/text-transformationMark Otto1-0/+5
text transformation added
2014-06-10New text align class, .text-nowrap, for preventing text from breaking to new ↵Mark Otto1-0/+1
lines. Applies it to the grid docs table.
2014-05-24text transformation addedKonstantin Kulinicenko1-0/+5
Transform text in components with text capitalization classes.
2014-04-27Update type.lessSam Roth1-1/+1
For better readability on mobile devices
2014-04-26Minor Spacing fixesNick Schonning1-2/+6
Flagged upstream in bootstrap-sass by scss-lint
2014-03-07Fixes #12748mrmrs1-0/+6
2014-02-22Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out ↵Mark Otto1-6/+10
of the media query
2014-02-08Merge pull request #12433 from tagliala/list-inline-first-element-fixMark Otto1-4/+1
Fix first element padding of list-inline
2014-02-08Fix #12656: add @blockquote-font-sizeZlatan Vasović1-1/+1
2014-01-30fixed first element padding of list-inlineGeremia Taglialatela1-4/+1
2014-01-26docs & comments: v3.1 => v3.1.0Chris Rebert1-2/+2
2014-01-18Merge branch 'master' into bg-variantMark Otto1-20/+5
Conflicts: less/mixins.less
2014-01-15refactoring: add & use .bg-variant() mixinChris Rebert1-20/+5
2014-01-15refactoring: add & use .text-emphasis-variant() mixinChris Rebert1-20/+5
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