aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2013-11-30Fixes #11351: Correct grid class reset on input groups by using attribute ↵Mark Otto1-1/+1
selector, not an old class from v3 betas
2013-11-30Fix up new margins on modals by not setting auto until screen-sm-minMark Otto1-4/+1
2013-11-30Merge branch 'master' into pr/11299Mark Otto1-279/+205
Conflicts: dist/css/bootstrap.min.css docs-assets/js/raw-files.js
2013-11-30Alternate fix for #11303: add link to site in banner and remove @mdo and ↵Mark Otto1-3/+1
@fat usernames from it
2013-11-30Merge branch 'master' into pr/11388Mark Otto1-200/+98
Conflicts: dist/css/bootstrap.min.css
2013-11-29Merge branch 'pr/11493'Mark Otto1-1/+2
Conflicts: dist/css/bootstrap.min.css
2013-11-29grunt to get dist filesMark Otto1-1/+2
2013-11-29Fix #10979: Don't use .img-thumbnail as a mixin for .thumbnail to avoid dupe ↵Mark Otto1-3/+0
and unnecessary styles
2013-11-29Fixes #11425: Use margin instead of padding on .modal-dialog to enable ↵Mark Otto1-3/+3
click-thru to .modal-backdrop
2013-11-29Implement #11174 to fix #10936: increase height of large inputs to fix ↵Mark Otto1-6/+6
Firefox inconsistencies
2013-11-29Fixes #11390: Add max-width to containers within jumbotrons to avoid ↵Mark Otto1-0/+4
horizontal scrollbar
2013-11-29Fixes #11468: Prevent default gradient on in Firefox for AndroidMark Otto1-0/+1
2013-11-29Add missing last column floatZlatan Vasović1-4/+8
2013-11-28Merge branch 'master' into pr/11414Mark Otto1-144/+37
Conflicts: dist/css/bootstrap.min.css
2013-11-28Fixes #10147: Remove outline from carousel controls on focusMark Otto1-0/+1
2013-11-28Fixes #10483 and #10357: Make .container mixin-friendly by moving the width ↵Mark Otto1-9/+18
declarations within one class
2013-11-28Fixes #11553: Prevent double border on tables in panels without thead contentMark Otto1-0/+5
2013-11-28Fixes #11516: Invert dropdown divider border in navbarsMark Otto1-0/+3
2013-11-28run grunt after last mergeMark Otto1-3/+3
2013-11-28Merge branch 'master' into pr/11614Mark Otto1-109/+2
Conflicts: dist/css/bootstrap.min.css
2013-11-28grunt after merge of last pr; unsure why, but this is rengerating the ↵Mark Otto1-8/+8
banners and spacing
2013-11-28add builded files from dist/Tobias Lindig1-117/+10
2013-11-26run gruntMark Otto1-0/+1
2013-11-25Fix for Issue #11411Jesse Mandel1-1/+2
2013-11-19add support for button dropdowns in justified button groupsaentan1-1/+7
2013-11-17Run grunt distJulian Thilo1-1/+1
2013-11-16fixes #11449: use menlo over monacoMark Otto1-1/+1
2013-11-16fixes #10744: back to solid borders on caretsMark Otto1-2/+1
2013-11-13Remove unusual keyframes prefixesZlatan Vasović1-18/+0
2013-11-09Fix #11400 and #11431Zlatan Vasović1-0/+8
2013-11-08Add missing `.small` styles and docsZlatan Vasović1-2/+4
2013-11-07Simplify table state stylesZlatan Vasović1-60/+51
2013-11-06Fixes #11295: Restore offset, push, and pull zero classes (e.g., ↵Mark Otto1-0/+39
.col-md-offset-0)
2013-11-06bump versions to v3.0.2Mark Otto1-1/+1
2013-11-02Use nesting for .placeholder()Zlatan Vasović1-16/+16
2013-10-31Support .h1 in place of h1 inside .jumbotronKevin Locke1-2/+4
As in #7284, it can often be useful to style text like a heading in places where using the heading tag would be either semantically incorrect, less accessible, or otherwise invalid. Support this in .jumbotron as in the rest of the document by allowing elements with class .h1 to stand in for the h1 element. Signed-off-by: Kevin Locke <[email protected]>
2013-10-303.0.1v3.0.1Mark Otto1-1/+1
2013-10-30Combine multiple .thumbnail > img stylesZlatan Vasović1-5/+2
2013-10-28Fixes #10341: don't change border color on contextual table classesMark Otto1-6/+0
2013-10-28Fixes #10516: Use auto positioning for dropdowns in justified nav to fix ↵Mark Otto1-0/+10
Firefox rendering
2013-10-28Add -moz-osx-font-smoothingZlatan Vasović1-0/+4
2013-10-26Fixes #11206: remove left padding on first inline list itemMark Otto1-0/+4
2013-10-26Add .animation() mixinZlatan Vasović1-3/+0
2013-10-26Add another newline to improve final code readabilityZlatan Vasović1-0/+1
This divides banner from code.
2013-10-21Fixes #10601: Use overflow-y: auto; for navbar collapse instead of visible ↵Mark Otto1-1/+1
to better enable scrolling on Android 4.x
2013-10-20Merge branch 'master' into pr/10656Mark Otto1-619/+714
Conflicts: dist/css/bootstrap.min.css
2013-10-20Remove default z-index on navbar and only set on static and fixed variantsMark Otto1-2/+1
2013-10-20Fixes #10433: Navbar z-index refactorMark Otto1-1/+2
* Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar)
2013-10-20fixes #11139: add position: relative; to .modal-dialog so that z-index takes ↵Mark Otto1-0/+1
effect
2013-10-20Merge branch 'master' of https://github.com/jeonghwan-kim/bootstrap into ↵Mark Otto1-1/+2
jeonghwan-kim-master Conflicts: dist/css/bootstrap.min.css