aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2012-12-10Update .dropdown-menu selectors to avoid conflicts with other elements. ↵Blake Embrey1-8/+8
Fixes #6197
2012-12-09Fix checkbox and radios exampleMark Otto1-0/+1
2012-12-09Refactor input groupsMark Otto1-271/+72
* Deprecate .input-append and .input-prepend * Use new, single base class for component, .input-group * Deprecate .addon for .input-group-addon * For compatibility with all buttons, require .input-group-btn to wrap buttons and button dropdowns * Still need to reimplement with segmented button dropdowns, but that's dependent on a refactor of those first
2012-12-08Restore print stylesMark Otto1-0/+52
2012-12-08Test removal of print styles for customized buildsMark Otto1-52/+0
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-14/+25
Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html
2012-12-08Fixes #5729: Nested striped tablesv2.2.2Mark Otto1-2/+6
* Scopes striping to immediate children of the tbody and tr * For nested tables, sets a background color of @bodyBackground, to override the default transparent bg
2012-12-08Nesting tablesMark Otto1-10/+10
* Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only
2012-12-07Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wipMark Otto1-0/+2
2012-12-07Fixes #6148: Icons in mini buttons properly alignedMark Otto1-0/+5
2012-12-07Merge pull request #6151 from tierra/pre-code-white-space-fixMark Otto1-0/+2
Fix code block white-space breaks within pre tags.
2012-12-07Fixes #6136: Proper scoping of breadcrumbs dividerMark Otto1-1/+1
2012-12-06Fix code block white-space breaks within pre tags.Bryan Petty1-0/+2
2012-12-05Remove commented out old popover CSSMark Otto1-60/+0
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto1-88/+37
Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less
2012-12-03Fixes #6115: scope breadcrumb styles to immediate children onlyMark Otto1-3/+3
2012-12-03Fixing header color for success, error and info alertsAndreas Cederström1-0/+13
2012-12-02Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10Mark Otto1-19/+19
2012-12-02reset text align in popovers given inline insertionMark Otto1-0/+1
2012-12-02remove overrides on inner html of popover-contentMark Otto1-6/+0
2012-12-02run make on modal popover fixMark Otto1-0/+1
2012-12-01remove single corner border-radius mixinsMark Otto1-90/+30
2012-11-30version bump to 3.0Mark Otto1-1/+1
2012-11-30remove deleted css files, run makeMark Otto1-0/+5890
2012-11-30first pass at nuking scaffoldingMark Otto1-5914/+0
2012-11-30popovers and tooltips varsMark Otto1-29/+29
2012-11-30remove color variables, swap others were approproMark Otto1-2/+2
2012-11-30more vars changed, remove @white varMark Otto1-17/+17
2012-11-30more tests for form styles; includes lightening help textMark Otto1-37/+33
2012-11-30Refine containers and navbarsMark Otto1-8/+4
* Don't reset width on .container, .navbar-* .container, etc * Instead, use max-width to ensure proper styling for all navbars
2012-11-30Inputs now 100% width by defaultMark Otto1-278/+2
* Includes text inputs, selects, and textareas * Updated docs to include .span* sizes wherever possible * Commented out responsive 1200px inputs grid * Still some derp to be done to improve more, but this is a decent first stab
2012-11-30consolidate font resets into scaffoldingMark Otto1-24/+9
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto1-79/+170
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html
2012-11-29Fixes #5853: Maintain 10px margin above help block when following input groupsMark Otto1-1/+3
2012-11-29remove element from selectorMark Otto1-1/+1
2012-11-29Merge pull request #6039 from desheikh/2.2.2-wipMark Otto1-1/+2
help-block margin-top should also apply after a span.uneditable-input
2012-11-29run make with nav img fixMark Otto1-0/+4
2012-11-29added compiled css fileZulfiqar Ali1-1/+2
2012-11-28Fix the carousel after we scoped selectorsMark Otto1-14/+14
2012-11-28Fixes #5533: Remove filter gradient from disabled links on dropdownsMark Otto1-0/+1
2012-11-28Fixes #5594: Vertical button groups show use max-width, not width, and be ↵Mark Otto1-7/+7
scoped to immediate children buttons only
2012-11-28Fixes #5616: scope carousel state classes to immediate children onlyMark Otto1-14/+14
2012-11-28Fixes #5930: redeclare font-size for popoves in btn-groupsMark Otto1-1/+2
2012-11-28Fixes #5927: Scope button group 5px button left margin to immediate childrenMark Otto1-3/+3
2012-11-28Fixes #5940: Prevent @headingsColor from changing alert colorsMark Otto1-1/+5
2012-11-28Fixes #4852: IE8 popover carets fixedMark Otto1-34/+102
* IE8 refused a negative z-index to place the previous :after behind the .arrow, so I had to flip the styles. * .arrow is the gray border/background, .arrow:after is now the white inner arrow * Added a hex IE8 fallback to ensure the arrow shows for <IE9 as rgba() isn't supported * Simplified some of the CSS for the popover carets
2012-11-28Fixes #5963: Add large button example to icons, fix vertical alignment in ↵Mark Otto1-1/+1
large buttons
2012-11-28Fixes #6010: Navbar dropdown caret should match link hover colorMark Otto1-0/+10
2012-11-28Fixes #6035: use font-size vars in button groupsMark Otto1-3/+3
2012-11-28Fixes #5935: Updated vertical gradient mixinMark Otto1-19/+19