aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-06Fixes #9145: Fix tooltip opacityMark Otto4-14/+14
Update tooltips to not use RGBa colors so IE8 can have tooltips, too (means we're now using `opacity`).
2013-08-06Fixes #9150: Hide popover titles in IE8Mark Otto4-7/+19
Properly hides popover titles in IE8 because apparently it doesn't accept the `:empty` selector. /cc @fat @cvrebert
2013-08-06Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-4/+4
2013-08-06Merge pull request #9157 from alienlebarge/3.0.0-wipChris Rebert1-3/+3
Add links to Recess, Uglify-js & PhantomJS in README
2013-08-06Link to phantomjsCédric Aellen1-1/+1
2013-08-06link to Uglify-js repoCédric Aellen1-2/+2
2013-08-06links to Recess repoCédric Aellen1-2/+2
2013-08-06Update javascript.htmlFlorian Weber1-1/+1
2013-08-06Added url paths to navbar navbar-static-top and navbar-fixed-topJesse Hu3-9/+9
2013-08-06Changed nav-header to dropdown-header in navbar navbar-fixed-top and ↵Jesse Hu3-3/+3
navbar-static-top as mentioned in Docs
2013-08-06Added jquery.js and bootstrap.js tags to navbar and navbar-fixed topJesse Hu2-0/+10
2013-08-06Added glyphicons to index.htmlJesse Hu1-0/+1
2013-08-05Scope tablet classes to tablets range onlyMark Otto4-7/+9
Fixes #9128
2013-08-05Merge pull request #9134 from neilhem/3.0.0-wipChris Rebert1-1/+1
remove repeated 'pagination' class in code example
2013-08-06remove repeated 'pagination' class in code exampleRakhat Jabagin1-1/+1
2013-08-05Merge pull request #9123 from twbs/bs3_alerts_default_classMark Otto5-13/+25
Update labels to include a base class (fixes #8752)
2013-08-05Merge branch '3.0.0-wip' into bs3_alerts_default_classMark Otto13-42/+63
Conflicts: dist/css/bootstrap.min.css
2013-08-05Merge pull request #9130 from twbs/straight-up-wrongMark Otto1-2/+2
Fix pixel values in Responsive Utilities docs to match the actual code
2013-08-05Fix pixel values in Responsive Utilities docs to match the actual codeChris Rebert1-2/+2
2013-08-05fixes #8647: remove focus outline on :focus of buttons in button groupsMark Otto3-4/+11
2013-08-05Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-3/+1
2013-08-05remove dupe border-boxMark Otto3-5/+1
2013-08-05Merge pull request #9124 from geedmo/3.0.0-wipMark Otto1-3/+1
Fix Issue #8175 - .input-group-addon broken in Firefox
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto10-20/+36
saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less
2013-08-05Fix Issue #8175 - remove lh for input-lg|smgeedmo1-2/+0
2013-08-05Fix Issue #8175geedmo1-1/+1
2013-08-05Merge pull request #9121 from Flydiverny/alertsMark Otto3-10/+14
Added padding variable for alerts and changed customize.html
2013-08-05Remove dupe hover background colorMark Otto3-3/+1
2013-08-05Update labels to include a base classMark Otto5-12/+26
* Builds on the new button styles by requiring a `.btn-default` for the regular, gray labels * Updates components examples to show new stuff
2013-08-06Comma for clarificationMarkus Maga1-1/+1
2013-08-06Added padding variable for alerts and changed customize.html Warning state ↵Markus Maga3-10/+14
(which doesn't exist anymore)
2013-08-05Fixes #8732: unfucks disabled fieldset form example with form groupsMark Otto4-12/+22
2013-08-05fix scrollSpy instructions for JS callFlorian Weber1-1/+1
Don't really know if this is correct, but at least it only worked for me that way...
2013-08-05Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-08-05Enable scrollable responsive nav barMark Otto5-2/+78
Fixes #9007 in a hopefully decent way
2013-08-05carousel.less: copyedit explanatory commentChris Rebert1-1/+1
2013-08-05Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵Mark Otto6-19/+6
liuyl-pullright Conflicts: dist/css/bootstrap.min.css
2013-08-05Fixes #8150: add `.static-form-control` for vertical alignment of static ↵Mark Otto5-8/+54
form text - Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms
2013-08-05Fixes #8872: widen the carousel indicators to prevent wrappingMark Otto3-6/+9
2013-08-05Fixes #8795, a reoccurence of #1969Mark Otto3-1/+25
2013-08-05Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-2/+2
2013-08-05More button updatesMark Otto4-27/+64
- Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups
2013-08-05Merge pull request #9110 from chrisseaton/help-block-fixChris Rebert1-2/+2
Update css.html
2013-08-05Update css.htmlChris Seaton1-2/+2
.help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing.
2013-08-05Fixes #8770: mobile-first (stacked by default) horizontal dlsMark Otto4-46/+50
2013-08-05Fixes #8786 (part 2): new default button stylesMark Otto5-22/+27
Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
2013-08-05Fixes #8786 (part 1): darken hover states on buttonsMark Otto3-15/+15
2013-08-05Fixes #9049: switch order of gradient mixin params to avoid problems for ↵Mark Otto1-2/+2
upgraders
2013-08-05Fixes #9073: add note to homepage about download differencesMark Otto2-2/+3
2013-08-05Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-2/+2