aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
AgeCommit message (Collapse)AuthorFilesLines
2012-10-01Merge branch '2.1.2-wip' into exploratoryMark Otto2-37/+1106
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/labels-badges.less less/navbar.less less/tables.less
2012-10-01remove double border effect: instead of inset shadow and border on fixed ↵Mark Otto1-6/+6
navbars, only border
2012-10-01improve dropdown submenu docs; add docs for left submenu; remove all dupe ↵Mark Otto1-0/+12
css for left submenu
2012-10-01Merge branch '2.1.2-wip-modal-responsivefix' of ↵Mark Otto1-1/+4
https://github.com/andriijas/bootstrap into andriijas-2.1.2-wip-modal-responsivefix
2012-10-01fixes #5123: scope table grid classes to td and th elements only, plus drop ↵Mark Otto1-84/+24
columns 13-24
2012-10-01fixes #5275: inline-block badges and labels, then fix padding accordinglyMark Otto1-2/+4
2012-10-01fixes #5193 manually: checkbox and radio padding in .controls-rowMark Otto1-0/+5
2012-10-01Merge branch '2.1.2-wip' into exploratoryMark Otto2-2/+40
Conflicts: docs/assets/css/bootstrap.css less/navs.less
2012-10-01fix docs sidenav width for ie8-9Mark Otto1-1/+4
2012-10-01fixes #5188: add .google-maps class to reset responsive images on ↵Mark Otto1-1/+2
case-by-case basis
2012-10-01run make on previous mergeMark Otto1-1/+2
2012-10-01reset input and button heights with updated paddingMark Otto1-23/+17
2012-10-01remove left margin reset from old grid systemMark Otto1-3/+0
2012-10-01remove .nav-list, instead use .nav-stacked on .nav-tabs or .nav-pills from ↵Mark Otto1-29/+1
now on
2012-10-01remove tabbable tabs on left, right, and bottom; instead, from here out use ↵Mark Otto1-81/+0
stacked pills or tabs
2012-09-30remove table grid sizing, it can use the new default grid columns insteadMark Otto1-144/+0
2012-09-30consolidate border-radius on codeMark Otto1-2/+1
2012-09-30run make on prev commitMark Otto1-7/+0
2012-09-30carousel refinementsMark Otto1-2/+6
2012-09-30single CSS file for all css, including responsiveMark Otto2-689/+680
2012-09-30remove more ie7 css hacksMark Otto1-21/+0
2012-09-30clean up comments in reset, remove ie7 css hacksMark Otto1-3/+0
2012-09-30remove -moz-box-shadow from .box-shadow() mixin, but keep -webkit since ↵Mark Otto2-41/+1
that's needed for most iOS and Android mobile browsers
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto2-231/+76
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-30remove firefox <3.6 css hacks for buttonsMark Otto1-6/+0
2012-09-30Merge branch '2.1.2-wip' into exploratoryMark Otto1-2/+4
Conflicts: docs/getting-started.html docs/templates/pages/getting-started.mustache
2012-09-30run make after mergeMark Otto1-2/+4
2012-09-27Making modal work with max width 767px - fixes #4860Andreas Cederström1-1/+4
2012-09-26Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto1-16/+0
2012-09-26change up carouselMark Otto1-21/+45
2012-09-26move mixins that generate css to utilities.less with different class names, ↵Mark Otto2-56/+28
but the same mixins
2012-09-25remove .dividers from breadcrumbs, instead use :after and contentMark Otto1-1/+3
2012-09-25restore gradient to navbarsMark Otto2-6/+16
2012-09-25increase padding on navbar links, remove font-size override on .navbar from ↵Mark Otto2-9/+8
docs css
2012-09-25initial pass at removing navbar-inner from .navbar componentMark Otto3-53/+18
2012-09-25thumbnails cleanup: no more UL or LI elements needed, instead just use ↵Mark Otto2-50/+1
standard grid markup
2012-09-25remove remaining fluid grid cssMark Otto1-8/+4
2012-09-25remove references to row fluid elsewhereMark Otto1-10/+2
2012-09-25make .input-* classes match .btn-* size classesMark Otto1-18/+68
2012-09-25remove all ie7 conditionals and mixinsMark Otto2-141/+15
2012-09-25Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto3-78/+241
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/base-css.html docs/templates/pages/base-css.mustache less/forms.less less/mixins.less
2012-09-25headway, cleanup, and testsMark Otto2-67/+225
2012-09-24change tooltip/popover insert strategyJacob Thornton1-16/+0
remove modal-open class hopefully resolve z-index headaches
2012-09-24reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53Jacob Thornton1-4/+4
2012-09-23ensure 100% width for .uneditable-inputs in <767px viewportsMark Otto2-0/+2
2012-09-22fixes #5216: calculate heading sizes via math rather than fixed pixel amountsMark Otto1-14/+14
2012-09-20fixes #5127: add @inputHeight to replace static instances of '30px' ↵Mark Otto1-3/+3
throughout forms
2012-09-20fixes #5150: add btn-group support to input groupsMark Otto1-1/+22
2012-09-20fixes #5102, #5166, #5194, #5205: add overflow: visible; to ↵Mark Otto1-0/+1
.nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8
2012-09-20fixes #5212: text emphasis classes only get hover with linksMark Otto1-4/+4