aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
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
2013-09-06Merge branch 'master' of https://github.com/nuttertag/bootstrap into ↵Mark Otto1-1/+10
nuttertag-master Conflicts: dist/css/bootstrap.min.css
2013-09-05 account for last child bottom border; use 0 instead of noneMark Otto1-0/+31
2013-09-04Fixes #10399: Add hover styles to text emphasis classesMark Otto1-0/+20
2013-09-03Fixes #10407: Add line-height to progress bar for proper text alignment withinMark Otto1-0/+1
2013-09-03fixes #10406: Update grid to use width on .container instead of max-width as ↵Mark Otto1-3/+3
IE8 improperly computes width
2013-09-01fixes #10164: Document .center-block mixin and update CSS to include it as a ↵Mark Otto1-0/+6
class as well
2013-09-01fixes #10115: Default carousel controls and Glyphicon controls should behave ↵Mark Otto1-1/+2
the same on small devices and up
2013-09-01fixes #10111: different colors for dropdown link hover and active statesMark Otto1-2/+2
2013-09-01Merge branch 'master' into table-nestingMark Otto1-8/+6
Conflicts: dist/css/bootstrap.min.css
2013-09-01fixes #10223: adds color to input addonMark Otto1-0/+1
2013-09-01fixes #10153: restore headings-color variableMark Otto1-1/+3
2013-08-28fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert1-7/+2
2013-08-27use direct-child selector more in table styles to better support nested ↵Chris Rebert1-20/+20
tables; fixes #10231
2013-08-26Add margin to thumbnails for proper spacingMark Otto1-0/+1
Hadn't thought about this until fixes #10137, but it makes sense I think to have margin on the bottom of thumbnails for spacing when stacking (or using different grid tiers).
2013-08-26Address #9873 and fix #9774Mark Otto1-6/+42
* Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example
2013-08-24grunt dist on glyphicons width changeMark Otto1-0/+4
2013-08-24fixes #9969: add support for output elementMark Otto1-0/+9
2013-08-23Merge branch 'master' of https://github.com/charnog/bootstrap into ↵Mark Otto1-0/+2
charnog-master Conflicts: dist/css/bootstrap.min.css
2013-08-23grunt on previous ms scroll fixMark Otto1-0/+1
2013-08-23Merge branch 'master' of https://github.com/apexskier/bootstrap into ↵Mark Otto1-0/+1
apexskier-master Conflicts: dist/css/bootstrap.min.css
2013-08-23run gruntMark Otto1-6/+0
2013-08-23Update and document use of `small` in headingsMark Otto1-16/+17
2013-08-23Added -webkit-overflow-scrolling: touch to responsive tablesCameron Little1-0/+1
2013-08-21Fixing carousel control positioningJason Nutter1-1/+10
The left control should be positioned from the left, while the right control should be positioning from the right. Positioning both from the left results in the right carousel control being incorrectly positioned (most noticeable with a larger than normal font size).
2013-08-21Fixes #9974James Lawrence1-3/+6
Added th selector in .table-row-variant mixin
2013-08-21fix #9941Denis Gonchar1-0/+2
2013-08-19fixes #9855: account for modal overflow on body hiding scrollbarMark Otto1-0/+6
2013-08-19run grunt dist for #9864Mark Otto1-3/+3