aboutsummaryrefslogtreecommitdiff
path: root/dist/css
AgeCommit message (Collapse)AuthorFilesLines
2013-08-19fixes #9855: account for modal overflow on body hiding scrollbarMark Otto2-1/+7
2013-08-19run grunt dist for #9864Mark Otto2-4/+4
2013-08-19Fixes secondary issue in #9798Mark Otto2-2/+2
2013-08-19Add default navbar z-index to fix #9844Mark Otto2-2/+3
iOS doesn't pick up the z-indexing properly on the dropdowns unless you specify one for the parent navbar.
2013-08-19run grunt dist on #9847Mark Otto2-5/+1
2013-08-19move dropdown change from navbar to dropdowns to fix customizer compilingMark Otto2-5/+8
2013-08-19save and recompile for that last commitMark Otto2-3/+3
2013-08-19Re-enable glyphicons in carousel controls and then remove redundant CSS from ↵Mark Otto2-2/+8
example
2013-08-19Change up label padding to equalize top and bottomMark Otto2-2/+2
2013-08-19Nuke margin for last child navbar textMark Otto2-1/+4
2013-08-19Run grunt dist on responsive changesMark Otto2-127/+231
2013-08-18smaller h1 and h2Mark Otto2-3/+3
2013-08-18Add responsive tables with help of `.table-responsive` wrapperMark Otto2-1/+50
2013-08-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto4-50/+80
Conflicts: customize.html dist/css/bootstrap.min.css
2013-08-18Merge branch '3.0.0-wip' into bs3_panel_base_classMark Otto4-34/+41
Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-08-18Update var in themeMark Otto4-34/+41
2013-08-18Refactor panels to have a base class for improved flexibility when ↵Mark Otto4-6/+23
customizing (and no overriding to start, too)
2013-08-18improve dependencies for image thumbnails and thumbnail componentMark Otto2-13/+19
2013-08-18better alignment of glyphicons verticallyMark Otto2-2/+2
2013-08-18fixes #9815: proper alignment of navbar nav if first childMark Otto2-1/+4
2013-08-18Merge branch '3.0.0-wip' into glyphicons-LESS-fixesMark Otto2-81/+122
Conflicts: dist/css/bootstrap.min.css
2013-08-18Merge branch '3.0.0-navbar-default' of ↵Mark Otto2-80/+117
https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-navbar-default Conflicts: dist/css/bootstrap.min.css
2013-08-18fixes #9798: update spacing on checkboxes and radios for horizontalMark Otto2-1/+5
2013-08-18regenerate CSSChris Rebert2-71/+71
2013-08-18fixes #9803: label and input alignment in horizontal formsMark Otto2-2/+2
2013-08-18Fix some forgotten things for navbar-defaultJulian Thilo2-2/+2
New variable names were missing here and there.
2013-08-18Add a .navbar-default class for default colorsJulian Thilo2-81/+118
* Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly
2013-08-18fixes #9790: nullify right padding in container-ed navbars when last element ↵Mark Otto2-1/+4
in collapse is a right aligned navbar nav
2013-08-18fixes #9768: unbold buttonsMark Otto2-2/+2
2013-08-18fixes #9786: enable tables in panelsMark Otto2-1/+13
2013-08-18Merge branch '3.0.0-wip' into bs3_restore_glyphiconsMark Otto2-3/+4
Conflicts: dist/css/bootstrap.min.css
2013-08-18combine and simplify caret border widthsMark Otto2-4/+3
2013-08-18fixed caretliuyl2-2/+4
2013-08-18Upgrade to latest glyphiconsMark Otto2-3/+163
2013-08-18docs layout and alignment refinementMark Otto2-1/+4
2013-08-18Restore glyphiconsMark Otto2-1/+655
2013-08-17Reorder bootstrap.less to match docs oderMark Otto2-1067/+1067
2013-08-17Navbar updateMark Otto2-17/+24
Addresses a few different cases where the navbar has and doesn't have a container, and accordingly adjusts the padding and margin of key elements.
2013-08-17Update jumbotronMark Otto2-4/+12
* Defaults to no rounded corners and full width in the viewport * When in a container, the jumbotron has extra padding and will have rounded corners * Updates default jumbotron example to show the full width default display Fixes #9759.
2013-08-17Finish first pass at and docment Bootstrap v2-ish themeMark Otto4-160/+386
* Adds new "theme" example * Adds new theme.less file to provide all the overrides and additional styles for the theme * theme.less compiles, via Grunt, to two new files to `dist/css`, bootstrap-theme.css and bootstrap-theme.min.css
2013-08-17Merge branch '3.0.0-wip' into bs3_themeMark Otto2-490/+1336
Conflicts: dist/css/bootstrap.min.css
2013-08-17Fix navbar brand alignment by removing header padding when above 768pxMark Otto2-1/+4
2013-08-17Fixes #9752: clear floats in .panel-bodyMark Otto2-1/+21
2013-08-172px border on thead th elements for just a tad more separationMark Otto2-1/+7
2013-08-17fixes #9538: prevent Firefox rendering bug via some border-fuMark Otto2-2/+3
2013-08-17Fixes #9552: Downsize and use whole numbers for panel title to prevent odd ↵Mark Otto2-2/+2
1px bug
2013-08-17fix #9743: pager hover background should be light grayMark Otto2-2/+2
2013-08-16fixes #9436 more: put padding on containers, not the body because full width ↵Mark Otto2-6/+6
elements
2013-08-16Make negative margins on rows the default, not just in containers, and add ↵Mark Otto2-25/+13
padding to body to compensate
2013-08-16fixes #9475Mark Otto2-2/+5