aboutsummaryrefslogtreecommitdiff
path: root/less/code.less
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25move from csslint to stylelintMark Otto1-3/+3
2014-07-23Fixes #14168: bold nested kbd elementsMark Otto1-0/+1
2014-04-15Add nested kbd element styles for actual keys or inputsCecchi MacNaughton1-0/+6
2014-03-06Fixes #12824: Remove white-space: nowrap from code elementsMark Otto1-1/+0
2013-12-07Fixes #11193: Add kbd element styles to indicate user input via keyboardMark Otto1-0/+10
2013-10-21Change upper case to lower caseZlatan Vasović1-1/+1
2013-10-17FIx invalid element selectorZlatan Vasović1-1/+1
`kbd` (keyboard) is right, not `kdb`. :P
2013-10-03Change border to border-radiusZlatan Vasović1-1/+1
Border isn't set, but border-radius is.
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+3
Conflicts: dist/css/bootstrap.min.css
2013-09-11Remove old and unused .prettyprint styles in code.less (per #10566)Mark Otto1-5/+0
2013-08-21code.less: also set default monospace font for `<kbd>` and `<samp>`Max F. Albrecht1-1/+3
2013-08-12inherit font-size in code when inside preMark Otto1-0/+1
2013-08-11addressing #9189 manually, part 1: code and pre varsMark Otto1-3/+3
2013-07-23Update code varsMark Otto1-2/+1
* Drop the `rgba()` border and fallback because fuck that noise * Add vars to customizer * Remove rogue `:`
2013-07-20moving code and dropdowns to variables.lesssyed1-5/+5
2013-07-07code.less: cleanup styles that get immediately overriden later in the fileChris Rebert1-4/+2
2013-06-25Merge pull request #8297 from cvrebert/patch-1Mark Otto1-2/+0
rm pre{white-space:pre-wrap;} since redundant to Normalize
2013-06-25rm fallback white-space for <code>Chris Rebert1-1/+0
If my analysis is right, this should be unnecessary.
2013-06-25rm pre{white-space:pre-wrap;} since redundant to Normalize.cssChris Rebert1-2/+0
2013-05-10Fix component margin and padding values to use @line-height-computedAaron1-3/+3
2013-04-21Fixes #7617: lowercase and dash gray color varsMark Otto1-1/+1
2013-03-17Remove all #font mixins; replace single instance of its use in Bootstrap ↵Mark Otto1-1/+1
with the @font-family-monospace variable
2013-03-06make less files compile with strict maths in 1.4.0Luke Page1-4/+4
2013-01-15mobile-first navs, navbar, grids, and typeMark Otto1-3/+3
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-0/+2
Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html
2012-12-06Fix code block white-space breaks within pre tags.Bryan Petty1-0/+2
2012-11-30more consistent variable naming patternsMark Otto1-7/+7
2012-11-30Part 1 of unCamelCasing variablesMark Otto1-6/+6
2012-11-04Merge branch '2.2.2-wip' into exploratoryMark Otto1-0/+1
Conflicts: docs/assets/css/bootstrap.css less/buttons.less less/forms.less
2012-11-04Fixes #5662: white-space: nowrap; on code elementMark Otto1-0/+1
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto1-0/+1
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-03use border-radius vars where possibleMark Otto1-1/+1
2012-09-30consolidate border-radius on codeMark Otto1-3/+2
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto1-2/+2
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-25remove all ie7 conditionals and mixinsMark Otto1-1/+1
2012-08-19pre font-size increase; revert static top navbar, undo contents section for nowMark Otto1-1/+1
2012-07-07fix up docs to use default container, fix responsive home changesMark Otto1-2/+2
2012-06-28standardize top level file commentsMark Otto1-3/+4
2012-04-16lots of property orderingJacob Thornton1-4/+4
2012-03-10make pre font-size a percentage of @baseFontSizeMark Otto1-1/+1
2012-02-19add new global styles docs section for mentioning doctype requirements, base ↵Mark Otto1-1/+1
body changes, and type/links; also tightened up code styles
2012-02-16bring back checkbox borders to iOS by conditionalizing the border: 0; on it ↵Mark Otto1-0/+1
to IE7-9; fix word break on pre in IE
2012-02-10scope th bottom vertical-align to only thead, update code styles to include ↵Mark Otto1-0/+10
more comments in less file and scrollable option for pre tag
2012-02-04#1715: strip code of styles when in a preMark Otto1-0/+2
2012-01-26moving structure around + more work on builder...Jacob Thornton1-0/+44