aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15fixes #9634: turn off overflow-y when the navbar is re-expanded into ↵Mark Otto4-2/+9
horizontal mode
2013-08-15fixes #9632: button spacing in narrow viewportsMark Otto2-154/+168
2013-08-15Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-08-15improve pagination's active state so it looks less like the active state and ↵Mark Otto4-29/+54
more like active nav items
2013-08-15reorder alertsMark Otto1-4/+4
2013-08-15remove unused submenu css in docsMark Otto1-9/+1
2013-08-15reorder and cleanup progress bar displayMark Otto2-19/+20
2013-08-15improve table classes' snippets and orderingMark Otto2-16/+23
2013-08-15fix spacing between examples and highlights again (my bad yo)Mark Otto1-1/+1
2013-08-15docs.css: rm duplicate semicolonChris Rebert1-1/+1
2013-08-15Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-9/+9
2013-08-15drop legend from docs example per #9626Mark Otto1-44/+38
2013-08-15Merge pull request #9625 from twbs/fix-9513-moreChris Rebert2-5/+5
more fixes for #9513
2013-08-15more fixes for #9513Chris Rebert2-5/+5
2013-08-15copyediting tweaks to "Disabling responsiveness" docsChris Rebert1-4/+4
2013-08-15delete commentsMark Otto1-10/+6
2013-08-15Add to #9578 and fix #9614: use cursor not-allowed on radios and checkboxesMark Otto3-7/+11
2013-08-15fix up inverse navbar form stylesMark Otto3-5/+14
2013-08-15add clearfix mention to another grid example and clear up examplesMark Otto1-13/+9
2013-08-15fixes #9600Mark Otto1-0/+1
2013-08-15fixes #9596: proper dropup caret colorsMark Otto3-15/+17
2013-08-15Fixes #9617: consistent variation order, add .label-primaryMark Otto7-39/+82
2013-08-15fixes #9613: update docs css to prevent misaligned buttons exampleMark Otto1-3/+1
2013-08-15fixes #9616Mark Otto1-1/+1
2013-08-15update to include nav link and mo betta docs on that last commitMark Otto2-0/+13
2013-08-15fixes #9586: add documentaton on how to disable the responsiveness of BS3Mark Otto1-0/+51
2013-08-15Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-10/+10
2013-08-15fixes #9607: restore bottom border on hover of nav tabs for proper displayMark Otto3-3/+3
2013-08-15Merge pull request #9591 from BBosman/9523Mark Otto1-4/+4
Doc fixes related to #9523
2013-08-15Merge pull request #9598 from coliff/patch-5Mark Otto1-6/+6
Change input type for the email input examples
2013-08-15Update css.htmlChristian1-6/+6
I know the form code are only examples, but it'd be good to encourage usage of the proper input type for the email inputs by changing the type from "text" to "email".
2013-08-15Doc fixes related to #9523Bas Bosman1-4/+4
2013-08-15fixes #9582: restore img-responsive as a class and move it's mixin to ↵Mark Otto4-11/+26
mixins.less
2013-08-15fixes #9507: remove padding on navbar-collapse as any padding on an animated ↵Mark Otto3-5/+17
object screws it up; instead use some padding on the navbar nav
2013-08-14Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-08-14fixes #9522Mark Otto2-4/+18
2013-08-14fix inaccurate comment in media query docsChris Rebert1-1/+1
2013-08-14fix #9454: add grid docs about responsive column clearingMark Otto2-0/+16
2013-08-14fixes #9445: make img responsive mixin use display block, but provide option ↵Mark Otto3-11/+5
to pass custom value to it
2013-08-14fixes #9508: use navbar align mixin for buttons to get correct top/bottom ↵Mark Otto3-2/+3
spacing
2013-08-14Merge branch 'navbar-brand-margin' of https://github.com/Luis-TP/bootstrap ↵Mark Otto3-3/+1
into Luis-TP-navbar-brand-margin Conflicts: dist/css/bootstrap.min.css
2013-08-14fixes #9523: more accurate grid table breakpoint numbersMark Otto1-11/+3
2013-08-14fixes #9563: add callout about browser zooming to browser support sectionMark Otto1-0/+3
2013-08-14add call out to fix #9569Mark Otto1-0/+5
2013-08-14reaffix the docs sidenav at all times--screw this height business; fix space ↵Mark Otto1-3/+1
between code snippet and example
2013-08-14refactor navbar file to better nest css and restore navbar-color to navbar ↵Mark Otto3-137/+114
text (fixes #9500)
2013-08-14remove gradients from dropdown menu items on hover/active (fixes #9473)Mark Otto3-22/+8
2013-08-14fix copypasta-o to fully fix #9295Chris Rebert1-1/+1
2013-08-14Merge pull request #9578 from ↵Mark Otto4-4/+29
twbs/cursor-not-allowed-disabled-btn-checkbox-radio fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radios
2013-08-14fixes #9511; set cursor:not-allowed for disabled buttons,checkboxes,radiosChris Rebert4-4/+29