aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2013-10-20Fixes #10522: Enable use of form validation class on .radio, .checkbox, ↵Mark Otto1-3/+15
.radio-inline, and .checkbox-inline
2013-10-20fixes #11126: remove box-shadow from open dropdown toggle with .btn-linkMark Otto1-0/+5
2013-10-20Merge branch 'master' into carousel_indicators_ieMark Otto1-1/+0
Conflicts: dist/css/bootstrap.min.css
2013-10-20fixes #11151: remove unused h5bp class from print CSSMark Otto1-1/+0
2013-10-20run grunt distMark Otto1-1/+1
2013-10-20Fixes #10903 and #10457: IE8-9 don't support events on elements without ↵Mark Otto1-1/+3
background-color, so we have to hack it
2013-10-16Active state overrides contextual list-item stylesMax Edmands1-6/+6
2013-10-16Adding contextual styles to list-itemsAaron Borden1-0/+30
2013-10-16Fixes issue #11122 -- navbar-fixed-bottom borderjeonghwan1-1/+2
Enable border-top in .navbar-fixed-bottom
2013-10-14run gruntChris Rebert1-1/+1
2013-10-14extended hover state of linked versions of .thumbnailRogério Yokomizo1-1/+2
2013-10-14Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-10-14unnest the list-group-item link variation for #11085 and #11088Mark Otto1-9/+9
2013-10-14fix .table-responsive media query; refs #11067Chris Rebert1-1/+1
2013-10-13scope top padding of .form-control-static to be within horizontal forms ↵Mark Otto1-1/+4
only; fixes #10927
2013-10-13move .hidden to utilities; fixes #10997Mark Otto1-5/+5
2013-10-13run grunt on that scaffolding changeMark Otto1-1/+1
2013-10-13Merge branch 'master' into restore_grid_mixinsMark Otto1-20/+0
Conflicts: dist/css/bootstrap.min.css
2013-10-13drop .tabbable since it's unused and undocumented /cc #10102Mark Otto1-20/+0
2013-10-13Merge branch 'master' into restore_grid_mixinsMark Otto1-11/+30
Conflicts: dist/css/bootstrap.min.css
2013-10-13remove undocumented and unsupported .pill-content and .pill-pane /cc #10102Mark Otto1-4/+2
2013-10-13run grunt dist on .small additionsMark Otto1-7/+28
2013-10-11Combine separate efforts for grid mixins into one, cleanup and reorganizeMark Otto1-323/+476
2013-10-07Half fix for #9855: Don't fuck with margins for open modal dialog on account ↵Mark Otto1-6/+0
of Lion non-scrollbars and inconsistencies elsewhere
2013-10-07Fixes #10959: round the .lead values down to nearest pixel via floor()Mark Otto1-1/+1
2013-10-05removed outline from modalMartynas1-0/+1
2013-10-03run gruntChris Rebert1-6/+6
2013-10-01run up-to-date gruntChris Rebert1-0/+7
2013-10-01run gruntMark Otto1-7/+0
2013-09-23run grunt distChris Rebert1-40/+40
2013-09-23run grunt distChris Rebert1-0/+21
2013-09-22Fixes #10755: Don't remove quotes around q element by defaultMark Otto1-2/+0
2013-09-19Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-3/+8
Conflicts: dist/css/bootstrap.min.css
2013-09-19Fixes #10694: Remove unnecessary `content` property from `.caret`Mark Otto1-1/+0
2013-09-18Run grunt dist.XhmikosR1-145/+59
2013-09-16run gruntMark Otto1-143/+45
2013-09-16Dropdown in panel header does not inherit its colorsChris Ziogas1-0/+28
Fix for issue #10627
2013-09-13Make nav pills border-radius border-radius-baseJake Buob1-1/+1
2013-09-11Fixes #10492: Account for responsive tables in panelsMark Otto1-6/+27
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-6/+0
Conflicts: dist/css/bootstrap.min.css
2013-09-11remove unnecessary right and left properties on .modal-dialogMark Otto1-2/+0
2013-09-11fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵Mark Otto1-6/+0
docs
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-13/+5
Conflicts: dist/css/bootstrap.min.css
2013-09-11Remove old and unused .prettyprint styles in code.less (per #10566)Mark Otto1-4/+0
2013-09-10generate CSS banners via Gruntfile; fixes #10101Chris Rebert1-9/+6
2013-09-10run grunt distChris Rebert1-1/+2
2013-09-08fixes #10526: Remove custom background on responsive tables and set it in ↵Mark Otto1-9/+8
the docs where it should've been originally
2013-09-08Match order of vars to order of components; darken some alert bordersMark Otto1-8/+8
2013-09-08fixes #10521: Only remove bottom-border from last row of cells in tbody and ↵Mark Otto1-2/+0
tfoot within responsive tables
2013-09-06fixes #10024: Use negative margin to fix the border between button and input ↵Mark Otto1-0/+8
in input groups