aboutsummaryrefslogtreecommitdiff
path: root/dist/css
AgeCommit message (Collapse)AuthorFilesLines
2013-09-01Merge branch 'master' into table-nestingMark Otto2-9/+7
Conflicts: dist/css/bootstrap.min.css
2013-09-01fixes #10223: adds color to input addonMark Otto2-1/+2
2013-09-01fixes #10153: restore headings-color variableMark Otto2-2/+4
2013-08-28fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert2-8/+3
2013-08-27use direct-child selector more in table styles to better support nested ↵Chris Rebert2-21/+21
tables; fixes #10231
2013-08-26Add margin to thumbnails for proper spacingMark Otto2-1/+2
Hadn't thought about this until fixes #10137, but it makes sense I think to have margin on the bottom of thumbnails for spacing when stacking (or using different grid tiers).
2013-08-26Address #9873 and fix #9774Mark Otto2-7/+43
* Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example
2013-08-24grunt dist on glyphicons width changeMark Otto2-1/+5
2013-08-24fixes #9969: add support for output elementMark Otto2-1/+10
2013-08-23Merge branch 'master' of https://github.com/charnog/bootstrap into ↵Mark Otto2-1/+3
charnog-master Conflicts: dist/css/bootstrap.min.css
2013-08-23grunt on previous ms scroll fixMark Otto2-1/+2
2013-08-23Merge branch 'master' of https://github.com/apexskier/bootstrap into ↵Mark Otto2-1/+2
apexskier-master Conflicts: dist/css/bootstrap.min.css
2013-08-23run gruntMark Otto1-6/+0
2013-08-23Run grunt dist on theme for some reasonMark Otto2-6/+6
2013-08-23Update and document use of `small` in headingsMark Otto2-17/+18
2013-08-23fixes #9877: improve active state on nav list items in themeMark Otto2-5/+19
2013-08-23fixes #9879: add hover state to theme buttonsMark Otto2-49/+85
2013-08-23Added -webkit-overflow-scrolling: touch to responsive tablesCameron Little2-1/+2
2013-08-21Fixing carousel control positioningJason Nutter2-2/+11
The left control should be positioned from the left, while the right control should be positioning from the right. Positioning both from the left results in the right carousel control being incorrectly positioned (most noticeable with a larger than normal font size).
2013-08-21Fixes #9974James Lawrence2-4/+7
Added th selector in .table-row-variant mixin
2013-08-21fix #9941Denis Gonchar2-1/+3
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