aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-10Remove unused variables and make tests pass.XhmikosR1-5/+6
2014-06-10Refactor and restyle.Mark Otto5-1066/+68
2014-06-10Integrate ZeroClipboard to easily copy code snippetssoundarapandian5-0/+1091
2014-06-09gruntMark Otto3-12/+8
2014-06-09Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-10/+6
2014-06-09Fixes #13587: Switch to Kramdown for Markdown compiler in JekyllMark Otto1-1/+1
2014-06-10Update docs for Jekyll 2.x.XhmikosR3-3/+3
2014-06-09Merge pull request #13770 from twbs/fat-carouselJacob1-10/+6
change how carousel indicators activate - fixes #12592
2014-06-09change how carousel indicators activate #12592Katie Zhu1-10/+6
2014-06-09Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-7/+12
2014-06-09fixes #13769Mark Otto1-4/+4
2014-06-09Merge pull request #13768 from twbs/font_files_docsMark Otto3-7/+12
Simpler and updated docs copy for icon font file paths
2014-06-09relativeMark Otto1-1/+1
2014-06-09typoMark Otto1-1/+1
2014-06-09simpler and updated docs copy for icon font file pathsMark Otto3-7/+12
2014-06-09bump grunt-contrib-connect to ~0.8.0Chris Rebert2-2/+2
2014-06-09update shrinkwrapChris Rebert1-1/+1
2014-06-09README: move badges to separate lineChris Rebert1-1/+2
much badge, so wow
2014-06-09Merge pull request #13766 from twbs/npm-badgeChris Rebert1-1/+1
Add npm version badge to README
2014-06-09Add npm version badge to READMEChris Rebert1-1/+1
Follow-up to #12857 [skip sauce] [skip validator]
2014-06-09Fix favicon.ico after d763b0fe5b5d83025b94212638b1bd5500c43c71.XhmikosR1-0/+0
2014-06-09Run `grunt`.XhmikosR2-6/+6
[ci skip]
2014-06-09Update filesaver.js to v2014-05-27.XhmikosR1-29/+28
[ci skip]
2014-06-09Update Blob.js to v2014-05-31.XhmikosR1-7/+20
[ci skip]
2014-06-08change up the padding on bs-docs-header container to alleviate #13682Mark Otto2-4/+3
2014-06-08Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵Mark Otto8-11/+9
horizontal gradients
2014-06-08remove max-width: 100%; from table and place it on .tableMark Otto9-9/+9
2014-06-08Merge pull request #13707 from bcullman/bcullman-remove-table-max-widthMark Otto1-1/+0
removing unnecessary max-width on tables
2014-06-08Merge pull request #13738 from thomaswelton/issue-13737-fix-ie11-rem-sizingMark Otto1-1/+1
Use px for font-size fixes #13737
2014-06-08Merge pull request #13189 from twbs/apple-touch-iconMark Otto23-20/+20
New apple touch icon and favicon
2014-06-08Merge pull request #13755 from twbs/fat-visual-testJacob12-1/+871
Adds isolated visual tests for javascript plugins (decoupled from docs)....
2014-06-09Losslessly compress apple-touch-icon-precomposed.png.XhmikosR1-0/+0
2014-06-09new iconsMark Otto2-0/+0
2014-06-09Move apple-touch-icon-precomposed.png and favicon.ico in docs root.XhmikosR21-20/+20
This way, it works in all browsers.
2014-06-09Use a 152x152 apple touch icon.XhmikosR3-1/+1
2014-06-09Re-create favicon.ico from the new SVG image.XhmikosR1-0/+0
2014-06-08fixes #13375Mark Otto6-6/+8
2014-06-08Merge branch 'master' into pr/13736Mark Otto56-344/+534
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-06-08gruntMark Otto5-5/+5
2014-06-08Merge pull request #13735 from skhilko/masterMark Otto1-1/+1
Fix bug where a panel recieve extra top border when placed within a collapsible panel
2014-06-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto4-8/+8
2014-06-08fix nested containers (addresses some of #13682)Mark Otto2-13/+8
2014-06-08Merge pull request #13542 from twbs/icon_pathsMark Otto4-8/+8
Fixes #13478, reverts #10941
2014-06-08gruntMark Otto65-339/+662
2014-06-08gruntMark Otto11-36/+48
2014-06-08Merge pull request #13649 from ItsJonQ/repaint-fixes-2Mark Otto3-2/+4
Repaint Fixes When Scrolling
2014-06-08Merge pull request #13745 from twbs/fix-13281Mark Otto3-12/+59
set not-allowed cursor on disabled radio+checkbox labels
2014-06-08fixes #13210: clean up tooltip exampleMark Otto2-19/+15
2014-06-08Merge pull request #13744 from twbs/fix-13650Mark Otto1-14/+1
replace SemVer summary with a link to its website
2014-06-07Adds isolated visual tests for javascript plugins (decoupled from docs). ↵fat12-1/+871
This makes it faster and easier to test/develop js functionality not represented in unit tests, and gives us a playground for interactions, etc. It also makes it so developing javascript is now decoupled form jekyll, which should make everything faster and less painful. This commit also reverts my filter commit https://github.com/twbs/bootstrap/commit/9900771aa7f1b3ddcee49aec84082104776ace70 which broke scrollspy for dropdowns.