aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
AgeCommit message (Collapse)AuthorFilesLines
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
2013-04-20Fixes #7640: only reset margin on last-child p within blockquotesMark Otto1-2/+4
2013-03-31Merge branch 'SBoudrias-patch-1' into 3.0.0-wipMark Otto1-1/+0
Conflicts: less/type.less
2013-03-31remove lingering remMark Otto1-6/+6
2013-03-31Remove the handful of rem font-sizesMark Otto1-2/+2
2013-03-30Change error to danger for all classes; add panels componentMark Otto1-3/+3
2013-03-30fuck everything about .clear_float() -- restore .clearfix() as mixinMark Otto1-1/+1
2013-03-30drop .muted for .text-mutedMark Otto1-3/+3
2013-03-27Refactor .list-inline and .list-unstyledMark Otto1-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-26New grid classesMark Otto1-1/+1
2013-03-17Remove `text-rendering`Simon Boudrias1-1/+0
2013-03-17Exploring rems as font-size unitMark Otto1-1/+1
* Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
2013-03-14Use translucent box shadow on hr elements; colorize hr elements within alert ↵Mark Otto1-0/+1
components
2013-03-15Additional heading font-size classesAndrew Stilliard1-11/+12
This relates to changes in issue #7284
2013-03-06make less files compile with strict maths in 1.4.0Luke Page1-19/+19