aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Fixes #6478: scope table backgrounds to immediate td/th elementsMark Otto1-10/+10
2013-01-11Remove overflow: auto; from .tab-contentMark Otto1-4/+0
2013-01-11Fixes #6555: remove .controls-row from responsiveMark Otto1-3/+0
2013-01-09Add text alignment utility classesMark Otto1-0/+12
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke1-1544/+676
2012-12-28Popovers are now flexible width:Mark Otto1-1/+5
2012-12-26Simplify form validation states while enabling them to be applied to one fiel...Mark Otto1-74/+22
2012-12-26Remove .text-info and .info form validation statesMark Otto1-45/+0
2012-12-26Drop .input-block-level modifier as inputs are already width: 100%;Mark Otto1-6/+0
2012-12-26Remove .controls-row; instead, folks should use .row and .span* for all their...Mark Otto1-103/+0
2012-12-26Restore .form-horizontalMark Otto1-0/+25
2012-12-26Add longer tooltip example to docs, tighten up line-height on tooltip; run makeMark Otto1-1/+2
2012-12-24Remove .badge-info and .badge-inverse; change docs label of .badge-important ...Mark Otto1-16/+0
2012-12-22Version bumpMark Otto1-1/+1
2012-12-21flatten buttons and formsMark Otto1-189/+31
2012-12-20Finish migrating to Normalize 2:Mark Otto1-0/+65
2012-12-20Convert normalize comments to // styleMark Otto1-189/+0
2012-12-20Merge branch '3.0.0-wip' into bs3-normalizeMark Otto1-566/+239
2012-12-20remove .hide specificity override from grid classesMark Otto1-4/+0
2012-12-20Add important flag to .show/.hide utility classes; remove .hide requirement f...Mark Otto1-2/+3
2012-12-20Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-6/+6
2012-12-20Undo important on hide/show utilties; punt to 3.0Mark Otto1-2/+2
2012-12-20Merge branch 'blakeembrey-dropdown-selectors' into 2.3.0-wipMark Otto1-8/+8
2012-12-20Fixes #6339: Use important flag on .hide and .show utility classesMark Otto1-2/+2
2012-12-20lighter buttons closer to todays versionsMark Otto1-10/+10
2012-12-20Fixes #6236: Fix popover font-size in input groupsMark Otto1-1/+3
2012-12-20Remove dropdown submenu CSSMark Otto1-54/+1
2012-12-20Merge branch '2.2.3' into 3.0.0-wipMark Otto1-4/+36
2012-12-19Get on that carousel indicator lifestyle with some new hawtnessMark Otto1-0/+25
2012-12-19Holy shit, buttons, button states, and input states updatedMark Otto1-34/+72
2012-12-19Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into cvrebe...Mark Otto1-5/+13
2012-12-19Unfuck the fucked gradient with it's fucked mix() of background colors; nuke ...Mark Otto1-45/+24
2012-12-19More button tweaksMark Otto1-27/+143
2012-12-19remove commented out buttons css, update docsMark Otto1-69/+9
2012-12-19overhaul buttonsMark Otto1-256/+95
2012-12-19Remove @black and just use #000Mark Otto1-5/+5
2012-12-19Rename .hero-unit to .jumbotron becaue fuck dashes in filenames and sports me...Mark Otto1-3/+3
2012-12-19Drop .label component. Instead, just use .badge because fuck dupe code and st...Mark Otto1-24/+0
2012-12-19Merge branch 'bs3-input-groups' into 3.0.0-wipMark Otto1-271/+72
2012-12-19no need for margin-top on .typeahead, it's set on .dropdown-menuMark Otto1-1/+0
2012-12-19Remove support for multiple buttons in input groups because fuck that shit.Mark Otto1-4/+4
2012-12-19Fixes #6337: scope '.media .pull-left' and '.media .pull-right' to immediate ...Mark Otto1-2/+2
2012-12-19Use normalize as separate file instead of with other resets; still need to pu...Mark Otto1-78/+289
2012-12-19Update clearfix mixin and class per @necolas's feedbackMark Otto1-33/+18
2012-12-10Version bumpMark Otto1-1/+1
2012-12-10Fixes #6174: Caret alignment in small and mini buttonsMark Otto1-2/+5
2012-12-10IE10 fix in responsive utilities, not regular utilitiesMark Otto1-4/+0
2012-12-10Move IE10 responsive fix to responsive utilities so Customizer gets itMark Otto1-0/+4
2012-12-10move reset after vars and mixinsMark Otto1-32/+32
2012-12-09fixes #5605: style as disabled all form controls & btns under a disabled fiel...Chris Rebert1-14/+31