aboutsummaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)AuthorFilesLines
2013-09-23run grunt distChris Rebert4-1/+43
2013-09-22Fixes #10755: Don't remove quotes around q element by defaultMark Otto2-3/+1
2013-09-19Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-4/+9
Conflicts: dist/css/bootstrap.min.css
2013-09-19Fixes #10694: Remove unnecessary `content` property from `.caret`Mark Otto2-2/+1
2013-09-18Run grunt dist.XhmikosR4-146/+81
2013-09-16run gruntMark Otto2-144/+46
2013-09-16Dropdown in panel header does not inherit its colorsChris Ziogas2-1/+29
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 Otto2-7/+28
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-7/+1
Conflicts: dist/css/bootstrap.min.css
2013-09-11remove unnecessary right and left properties on .modal-dialogMark Otto2-3/+1
2013-09-11fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵Mark Otto2-7/+1
docs
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto4-28/+12
Conflicts: dist/css/bootstrap.min.css
2013-09-11Remove old and unused .prettyprint styles in code.less (per #10566)Mark Otto2-5/+1
2013-09-10generate CSS banners via Gruntfile; fixes #10101Chris Rebert6-21/+31
2013-09-10rm period from licensing header so it's not mistaken as part of the URLChris Rebert2-2/+2
2013-09-10run grunt distChris Rebert2-2/+3
2013-09-08fixes #10526: Remove custom background on responsive tables and set it in ↵Mark Otto2-10/+9
the docs where it should've been originally
2013-09-08Match order of vars to order of components; darken some alert bordersMark Otto2-9/+9
2013-09-08fixes #10521: Only remove bottom-border from last row of cells in tbody and ↵Mark Otto2-3/+1
tfoot within responsive tables
2013-09-06fixes #10024: Use negative margin to fix the border between button and input ↵Mark Otto2-1/+9
in input groups
2013-09-06Merge branch 'master' of https://github.com/nuttertag/bootstrap into ↵Mark Otto2-2/+11
nuttertag-master Conflicts: dist/css/bootstrap.min.css
2013-09-05 account for last child bottom border; use 0 instead of noneMark Otto2-1/+32
2013-09-04Fixes #10399: Add hover styles to text emphasis classesMark Otto2-1/+21
2013-09-03Fixes #10407: Add line-height to progress bar for proper text alignment withinMark Otto2-1/+2
2013-09-03fixes #10406: Update grid to use width on .container instead of max-width as ↵Mark Otto2-4/+4
IE8 improperly computes width
2013-09-01fixes #10164: Document .center-block mixin and update CSS to include it as a ↵Mark Otto2-1/+7
class as well
2013-09-01fixes #10115: Default carousel controls and Glyphicon controls should behave ↵Mark Otto2-2/+3
the same on small devices and up
2013-09-01fixes #10111: different colors for dropdown link hover and active statesMark Otto4-5/+14
2013-09-01Merge branch 'master' into table-nestingMark Otto2-9/+7
Conflicts: dist/css/bootstrap.min.css
2013-09-01fixes #10223: adds color to input addonMark Otto2-1/+2
2013-09-01fixes #10153: restore headings-color variableMark Otto2-2/+4
2013-08-28fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert2-8/+3
2013-08-27use direct-child selector more in table styles to better support nested ↵Chris Rebert2-21/+21
tables; fixes #10231
2013-08-26Add margin to thumbnails for proper spacingMark Otto2-1/+2
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 Otto2-7/+43
* 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 Otto2-1/+5
2013-08-24fixes #9969: add support for output elementMark Otto2-1/+10
2013-08-23Merge branch 'master' of https://github.com/charnog/bootstrap into ↵Mark Otto2-1/+3
charnog-master Conflicts: dist/css/bootstrap.min.css
2013-08-23grunt on previous ms scroll fixMark Otto2-1/+2
2013-08-23Merge branch 'master' of https://github.com/apexskier/bootstrap into ↵Mark Otto2-1/+2
apexskier-master Conflicts: dist/css/bootstrap.min.css
2013-08-23Use jekyll var for current version in docs; update banner in gruntfile to ↵Mark Otto2-4/+8
match .less banner
2013-08-23run gruntMark Otto1-6/+0
2013-08-23Run grunt dist on theme for some reasonMark Otto2-6/+6
2013-08-23Update and document use of `small` in headingsMark Otto2-17/+18
2013-08-23fixes #9877: improve active state on nav list items in themeMark Otto2-5/+19
2013-08-23fixes #9879: add hover state to theme buttonsMark Otto2-49/+85
2013-08-23Added -webkit-overflow-scrolling: touch to responsive tablesCameron Little2-1/+2
2013-08-21Fixing carousel control positioningJason Nutter2-2/+11
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 Lawrence2-4/+7
Added th selector in .table-row-variant mixin