aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
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
2012-09-20fixes #5212: text emphasis classes only get hover with linksMark Otto1-4/+4
2012-09-18add new vars for common border-radius, upping border-radius of inputs to ↵Mark Otto1-52/+93
4px; add border-radius changes to -large, -small, -mini for buttons and paginations
2012-09-18add new vars for common font-sizes and paddings with large, small, and mini ↵Mark Otto1-39/+27
components; resize pagination and buttons to better match each other
2012-09-18Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into ↵Mark Otto1-7/+48
uberspeck-2.1.2-wip
2012-09-18fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ↵Mark Otto1-2/+1
start to add CSS tests for buttons
2012-09-18fixes #5178: update normalize to avoid resetting audio and video elements in ↵Mark Otto1-1/+1
android
2012-09-17fixes #5087: add hover states to text emphasis classes for linksMark Otto1-0/+16
2012-09-17fixes #5082 manually: reset font-size for .dropdown-menu within ↵Mark Otto1-1/+11
.input-prepend/-append
2012-09-17fixes #5173: proper popover offsets; added docs examples to enable tests in ↵Mark Otto1-2/+2
the future
2012-09-17Merge branch 'wpbrains-media-component' into 2.1.2-wipMark Otto1-0/+37
2012-09-17overhaul the docs and css to merge into 2.1.2 since this was against masterMark Otto1-54/+14
2012-09-17resolve conflicts and remakeMark Otto1-0/+77
2012-09-17fixes #5039: properly set .row-fluid margins for .controls-rowMark Otto1-1/+6
2012-09-17fixes #5041: add new navbar css tests for each variation, remove width: ↵Mark Otto1-1/+0
100%; from .navbar-static-top
2012-09-12fixes #5107: make all .btn-group inline-block by default instead of just ↵Mark Otto1-8/+3
within a .btn-toolbar
2012-09-12use local var for a few other .box-shadow mixins to fix CSS not compilingMark Otto1-0/+5788
2012-09-12revert the js evaluation in .box-shadow mixin, fix last mixin usages to ↵Mark Otto1-5788/+0
escape if using >1 shadows
2012-09-12Updated pagination to support .pagination-large, .pagination-small, ↵Brian Campbell1-7/+48
.pagination-mini matching button sizes. Updated related docs.
2012-09-10fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic ↵Mark Otto1-1/+2
modal right padding issues with scrollbars
2012-09-10more tests and experimentsMark Otto1-12/+12
2012-09-08latest tweaks to grid classes for formsMark Otto1-0/+108
2012-09-07commenting out stuff and adding grid test pageMark Otto1-2/+2
2012-09-07Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto1-40/+76
Conflicts: docs/scaffolding.html docs/templates/pages/scaffolding.mustache
2012-09-07fixes #5020: submenu support in dropupMark Otto1-0/+10
2012-09-07fixes #5018: .btn-block in .modal-footer no longer has left marginMark Otto1-0/+4
2012-09-07fixes #5010: .pager span selector should be scoped to immediate children onlyMark Otto1-9/+10
2012-09-05fixes #4996: incorrect border radius on a tableMark Otto1-1/+1
2012-09-05Merge branch 'spantaleev-patch-1' into 2.1.2-wipMark Otto1-2/+0
2012-09-05rebuild after mergeMark Otto1-2/+0
2012-09-05version bump to get this startedMark Otto1-1/+1
2012-09-04fixes #4957: use input border var for select element instead of #dddMark Otto1-1/+1
2012-09-03fixes #4146: IE7-8 responsive image helperMark Otto1-0/+1
2012-09-03fixes #4909: add color utility classes .text-warning, etc and document themMark Otto1-0/+16
2012-09-02fixes #4922: use basefontsize for realz on .leadMark Otto1-1/+1
2012-09-01fixes #4910: use @baseLineHeight * 1.5 for .lead font-sizeMark Otto1-1/+1
2012-08-31fixes #4824: scope table grid sizes to .table instead of tableMark Otto1-24/+24
2012-08-31fixes #4889: btn-link disabled stylesMark Otto1-1/+7
2012-08-28remake the box-size grid, nuke fluid grid docs, fix up examples, clean up ↵Mark Otto1-326/+43
form styles
2012-08-28fixes #4771: widen .form-horizontal labels and .dl-horizontal terms given ↵Mark Otto1-6/+6
larger font-size of 2.1.0
2012-08-27fixes #4729: only use margin-top on .help-block when it follows an input, ↵Mark Otto1-1/+6
select, textarea
2012-08-27Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wipMark Otto1-4/+4
2012-08-27fixes #4653: add hover states to stateful table rowsMark Otto1-0/+16
2012-08-27fix for open elements under modal when .modal-openJacob Thornton1-4/+4