aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2012-10-10fixes #5478: remove double background color on dropdown linksMark Otto1-3/+1
2012-10-08comments in templateMark Otto1-0/+2
2012-10-08adding another template for same-width nav links using 'display: table-cell;'Mark Otto1-0/+170
2012-10-07fixes #5443: reset background gradient on disabled dropdown linksMark Otto1-0/+1
2012-10-07fixes #5416: use correct variable for inverse navbar responsive linksMark Otto1-0/+4
2012-10-07Changing title of docs pages to simply say 'Bootstrap' like the docs home pageMark Otto10-20/+20
2012-10-05fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > aMark Otto1-1/+1
2012-10-03finish off scoping of grid sizing to table elementsMark Otto1-2/+4
2012-10-03fixes #5257: add data-original-title attribute selector to abbr elementMark Otto1-1/+2
2012-10-03use border-radius vars where possibleMark Otto1-15/+15
2012-10-02copy and style changes to improve docs rendering on mobile devicesMark Otto11-53/+82
2012-10-02Merge branch '2.1.2-wip' into exploratoryMark Otto3-3/+5
2012-10-02fixes #5352: update docs messaging for disable nav linksMark Otto2-2/+2
2012-10-02fixes #5392: hover on submenu should maintain white icons for active parent ↵Mark Otto1-1/+3
a tag
2012-10-01increase border radius on navbarMark Otto1-1/+1
2012-10-01Merge branch '2.1.2-wip' into exploratoryMark Otto6-86/+1219
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/labels-badges.less less/navbar.less less/tables.less
2012-10-01remove double border effect: instead of inset shadow and border on fixed ↵Mark Otto1-6/+6
navbars, only border
2012-10-01improve dropdown submenu docs; add docs for left submenu; remove all dupe ↵Mark Otto3-39/+113
css for left submenu
2012-10-01Merge branch '2.1.2-wip-modal-responsivefix' of ↵Mark Otto1-1/+4
https://github.com/andriijas/bootstrap into andriijas-2.1.2-wip-modal-responsivefix
2012-10-01fixes #5377: change selectors for navbar collapse to be unique so only one ↵Mark Otto2-8/+8
open/closes at a time
2012-10-01fix copy on modal popover button doodadMark Otto2-2/+2
2012-10-01fixes #5123: scope table grid classes to td and th elements only, plus drop ↵Mark Otto1-84/+24
columns 13-24
2012-10-01fixes #5275: inline-block badges and labels, then fix padding accordinglyMark Otto1-2/+4
2012-10-01fixes #5193 manually: checkbox and radio padding in .controls-rowMark Otto1-0/+5
2012-10-01Merge branch '2.1.2-wip' into exploratoryMark Otto6-38/+82
Conflicts: docs/assets/css/bootstrap.css less/navs.less
2012-10-01clarify tables support of responsive utility classes, of which there is noneMark Otto2-2/+2
2012-10-01fix docs sidenav width for ie8-9Mark Otto1-1/+4
2012-10-01fixes #5188: add .google-maps class to reset responsive images on ↵Mark Otto1-1/+2
case-by-case basis
2012-10-01fixes #5055: wrap legend and form elements in fieldset so IE8 styles the ↵Mark Otto2-34/+40
legend properly
2012-10-01run make on previous mergeMark Otto1-1/+2
2012-10-01reset input and button heights with updated paddingMark Otto1-23/+17
2012-10-01remove left margin reset from old grid systemMark Otto1-3/+0
2012-10-01remove .nav-list, instead use .nav-stacked on .nav-tabs or .nav-pills from ↵Mark Otto3-123/+21
now on
2012-10-01remove tabbable tabs on left, right, and bottom; instead, from here out use ↵Mark Otto5-387/+2
stacked pills or tabs
2012-09-30remove table grid sizing, it can use the new default grid columns insteadMark Otto1-144/+0
2012-09-30consolidate border-radius on codeMark Otto1-2/+1
2012-09-30run make on prev commitMark Otto1-7/+0
2012-09-30carousel refinementsMark Otto1-2/+6
2012-09-30change notes about responsive in Scaffolding page: no longer separate fileMark Otto2-8/+4
2012-09-30single CSS file for all css, including responsiveMark Otto2-689/+680
2012-09-30remove more ie7 css hacksMark Otto1-21/+0
2012-09-30clean up comments in reset, remove ie7 css hacksMark Otto1-3/+0
2012-09-30remove -moz-box-shadow from .box-shadow() mixin, but keep -webkit since ↵Mark Otto2-41/+1
that's needed for most iOS and Android mobile browsers
2012-09-30remove .border-radius mixin and replace with standard border-radius ↵Mark Otto2-231/+76
property, since -webkit-* and -moz-* are only needed for older versions
2012-09-30remove firefox <3.6 css hacks for buttonsMark Otto1-6/+0
2012-09-30Merge branch '2.1.2-wip' into exploratoryMark Otto13-32/+433
Conflicts: docs/getting-started.html docs/templates/pages/getting-started.mustache
2012-09-30run make after mergeMark Otto1-2/+4
2012-09-30add sticky footer example per martin bean's suggestion, using the ↵Mark Otto4-2/+144
implementation by ryan fait
2012-09-30add link to examples on index page; add back narrow marketing page and ↵Mark Otto4-0/+237
signin page examples
2012-09-30fixes #5360: typo in tables docsMark Otto4-10/+26