aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
AgeCommit message (Collapse)AuthorFilesLines
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
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-8/+8
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto1-5/+10
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-05Increase margins and line-height on h3; overhaul button dropdown docsMark Otto1-2/+5
2013-02-02Fixing inline lists for IE7Nikhil Dabas1-0/+1
2013-01-19Tighten up badges docs; less bottom margin on h3Mark Otto1-2/+2
2013-01-17Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-0/+4
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/css.html docs/customize.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/javascript.html docs/scaffolding.html docs/templates/layout.mustache docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache less/navbar.less
2013-01-16Derp on type styles a bit more; bring back and fix up more more docs stylesMark Otto1-7/+7
2013-01-16mo betta type margins for headingsMark Otto1-3/+12
2013-01-15mobile-first navs, navbar, grids, and typeMark Otto1-3/+4
2013-01-15add text alignment classes from 3.0Mark Otto1-0/+4
2013-01-13Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+3
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/components.html docs/css.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/extend.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/buttons.less less/forms.less less/navbar.less less/popovers.less less/responsive-767px-max.less less/responsive.less less/tables.less less/tooltip.less less/type.less less/variables.less package.json
2013-01-11Fixes #6547: Make blockquotes use multiple of @baseFontSizeMark Otto1-1/+3
2013-01-09Add text alignment utility classesMark Otto1-0/+4
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke1-5/+10
Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors).
2012-12-26Remove .text-info and .info form validation statesMark Otto1-3/+0
2012-12-10Simplify syntax of nesting with inline listsMark Otto1-1/+1
2012-11-30form state varsMark Otto1-8/+8
2012-11-30more vars changedMark Otto1-3/+3
2012-11-30more vars changed, remove @white varMark Otto1-1/+1
2012-11-30more consistent variable naming patternsMark Otto1-30/+30
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-32/+32
2012-11-04Merge branch '2.2.2-wip' into exploratoryMark Otto1-10/+9
Conflicts: docs/assets/css/bootstrap.css less/type.less
2012-11-04remove margin on .inline listsMark Otto1-0/+1
2012-11-04change up list classes to use .list- prefixMark Otto1-4/+2
2012-11-04Merge branch '2.2.2-wip' into exploratoryMark Otto1-0/+13
2012-11-04Refine new inline list optionMark Otto1-12/+10
2012-11-04Merge branch '2.1.2-list-inline' of https://github.com/andriijas/bootstrap ↵Mark Otto1-0/+15
into andriijas-2.1.2-list-inline
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-22/+18
Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less
2012-10-31fixes #5725: hover state for a.muted; also reformatted CSSMark Otto1-21/+15
2012-10-26Adding .inline for ul and olAndreas Cederström1-0/+15
2012-10-03fixes #5257: add data-original-title attribute selector to abbr elementMark Otto1-1/+3
2012-09-30remove dupe ff3/4 button fixes; also remove headingscolor varMark Otto1-1/+0
2012-09-23match decimal placements in type.lessMark Otto1-1/+1