aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-15improve spacing in carousel exampleMark Otto1-4/+4
2012-10-15fixed reference to this.tip() so it works in delegate eventsMartin Stein2-2/+11
2012-10-13Updating README link about Less compilation.Bradly Feeley1-1/+1
2012-10-13Fixing typo in docs.Bradly Feeley2-2/+2
2012-10-11Update package.jsonJames Fuller1-0/+1
when building using Makefile, dependency for hogan.js needs to be installed
2012-10-10compress images and add new carousel example for .net magazine articleMark Otto10-0/+384
2012-10-10compress images and add new carousel example for .net magazine articleMark Otto1-0/+384
2012-10-10Merge branch '2.1.2-wip' of https://github.com/twitter/bootstrap into 2.1.2-wipMark Otto0-0/+0
2012-10-10fixes #5478: remove double background color on dropdown linksMark Otto2-5/+1
2012-10-10fixes #: remove double background color on dropdown linksMark Otto2-5/+1
2012-10-10fixes #5473: use baselineheight var for input bottom marginMark Otto1-1/+1
2012-10-08Added test to fix for #5362Kevin Attfield1-0/+19
2012-10-08comments in templateMark Otto1-0/+2
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-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 Otto2-0/+2
2012-10-07fixes #5416: use correct variable for inverse navbar responsive linksMark Otto2-0/+8
2012-10-07Changing title of docs pages to simply say 'Bootstrap' like the docs home pageMark Otto10-20/+20
2012-10-06remove 'at twitter' part of readmeMark Otto1-1/+1
2012-10-05fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > aMark Otto2-2/+2
2012-10-03finish off scoping of grid sizing to table elementsMark Otto2-4/+8
2012-10-03fixes #5257: add data-original-title attribute selector to abbr elementMark Otto2-2/+5
2012-10-03use border-radius vars where possibleMark Otto15-31/+31
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 Otto5-5/+9
2012-10-02Merge pull request #5281 from GotenXiao/pagination-active-backgroundMark Otto1-1/+1
Use paginationActiveBackground var to finish fixing #4295
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 Otto2-2/+6
a tag
2012-10-02Update js/bootstrap-tooltip.jsfrntz1-4/+4
Avoid loosing events attached on Jquery object if added via function in popover content
2012-10-01increase border radius on navbarMark Otto2-2/+2
2012-10-01Merge branch '2.1.2-wip' into exploratoryMark Otto12-92/+1246
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 Otto2-8/+8
navbars, only border
2012-10-01improve dropdown submenu docs; add docs for left submenu; remove all dupe ↵Mark Otto4-72/+127
css for left submenu
2012-10-01Merge branch '2.1.2-wip' of https://github.com/advancedrei/bootstrap into ↵Mark Otto1-1/+34
advancedrei-2.1.2-wip
2012-10-01Merge branch '2.1.2-wip-modal-responsivefix' of ↵Mark Otto2-2/+6
https://github.com/andriijas/bootstrap into andriijas-2.1.2-wip-modal-responsivefix
2012-10-01fixes #5319: add backface-visibility for webkit skewingMark Otto1-0/+1
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 Otto2-109/+38
columns 13-24
2012-10-01fixes #5275: inline-block badges and labels, then fix padding accordinglyMark Otto2-4/+8
2012-10-01fixes #5193 manually: checkbox and radio padding in .controls-rowMark Otto2-0/+10
2012-10-01Merge branch '2.1.2-wip' into exploratoryMark Otto7-39/+84
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 Otto2-2/+4
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-01Merge pull request #5369 from amid2887/2.1.2-wipMark Otto1-1/+2
Add missing icon class definition for navs.less
2012-10-01Add missing icon class definition for navs.lessamid28871-1/+2
add missing icon class definition for navs: '[class*=" icon-"]' P.S. Sorry for 2 pull requests with the same problem..