aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2012-11-04simplify invalid input cssMark Otto1-6/+6
2012-11-04Merge pull request #5786 from cvrebert/2.2.2-wipMark Otto1-6/+6
fixes #5494: style invalid fields as invalid regardless of required-ness
2012-11-04Fixes #5785: allow for segmented button groups in input groupsMark Otto1-5/+8
2012-11-04fixes #5494: style invalid fields as invalid regardless of required-nessChris Rebert1-6/+6
2012-11-04Fixes #5662: white-space: nowrap; on code elementMark Otto1-0/+1
2012-11-04remove unnecessary bg declarations in buttons per #5684Mark Otto1-7/+0
2012-11-04Fixes #5113: increase .typeahead z-index for proper use with modalsMark Otto1-0/+1
2012-11-04remove margin on .inline listsMark Otto1-0/+1
2012-11-04Refine new inline list optionMark Otto1-23/+4
2012-11-04Merge branch '2.1.2-list-inline' of https://github.com/andriijas/bootstrap ↵Mark Otto1-0/+31
into andriijas-2.1.2-list-inline
2012-11-03Fixes #5776: Reside white-space for popoversMark Otto1-65/+53
2012-11-03Fixes #5739: Port in HTML5 BP print stylesMark Otto1-0/+65
2012-11-03Fixes #5775: Collapse labels/badgesMark Otto1-0/+5
* When :empty, display: none; * Add documentation for change in behavior
2012-11-01fixes #5742: add cursor: pointer; to labels and selectsMark Otto1-1/+11
2012-10-31fixes #3222: simpler positioning of modalsMark Otto1-6/+3
2012-10-31fixes #5700: restore white text on active dropdown/typeahead textMark Otto1-1/+1
2012-10-31fixes #5725: hover state for a.muted; also reformatted CSSMark Otto1-0/+4
2012-10-302.2.1 - hotfix for carouselfat1-1/+1
2012-10-29derp, add that in the right spotMark Otto1-6/+1
2012-10-29fixes #4511: remove focus on opened modal windowMark Otto1-0/+4
2012-10-29add media.less to customizer pageMark Otto1-28/+28
2012-10-29v2.2.0 instead of v2.1.2Mark Otto1-1/+1
2012-10-26Adding .inline for ul and olAndreas Cederström1-28/+59
2012-10-18fixes #5572: document .input-block-levelMark Otto1-12/+12
2012-10-17add updater function and rebuildJacob Thornton1-12/+12
2012-10-16fixes #5496: use correct var for dropdown active link textMark Otto1-1/+1
2012-10-16fixes #5542: move '.hero-unit p' font-styles to '.hero-unit' so they apply ↵Mark Otto1-4/+5
to all elements, including ul and ol, within the component.
2012-10-10fixes #5478: remove double background color on dropdown linksMark Otto1-3/+1
2012-10-07fixes #5443: reset background gradient on disabled dropdown linksMark Otto1-0/+1
2012-10-07Changing title of docs pages to simply say 'Bootstrap' like the docs home pageMark Otto1-11/+11
2012-10-05fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > aMark Otto1-1/+1
2012-10-03finish off scoping of grid sizing to table elementsMark Otto1-2/+4
2012-10-03fixes #5257: add data-original-title attribute selector to abbr elementMark Otto1-1/+2
2012-10-03use border-radius vars where possibleMark Otto1-15/+15
2012-10-02fixes #5392: hover on submenu should maintain white icons for active parent ↵Mark Otto1-1/+3
a tag
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-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-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-09-30run make after mergeMark Otto1-2/+4
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 Otto1-0/+1
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