aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-23Update affected .glyphicon-* CSS classes to use new codepointsChris Rebert1-10/+10
.glyphicon-briefcase: U+1F4BC -> U+E139 .glyphicon-calendar: U+1F4C5 -> U+E109 .glyphicon-pushpin: U+1F4CC -> U+E146 .glyphicon-paperclip: U+1F4CE -> U+E142 .glyphicon-camera: U+1F4F7 -> U+E046 .glyphicon-lock: U+1F512 -> U+E033 .glyphicon-bell: U+1F514 -> U+E123 .glyphicon-bookmark: U+1F516 -> U+E044 .glyphicon-fire: U+1F525 -> U+E104 .glyphicon-wrench: U+1F527 -> U+E136
2013-09-23Update Glyphicons font to resolve #10106Chris Rebert4-199/+200
Workaround an old Android WebKit bug by switching to codepoints within the BMP. Details: http://stackoverflow.com/questions/9241519/webkit-css-content-unicode-bug Extra special thanks to @jankovarik for doing this update. <3 Source: https://www.dropbox.com/s/clh9y6lqtmj01l8/halflings_updated_for_android.zip (As posted in https://github.com/twbs/bootstrap/issues/10106#issuecomment-24539909 )
2013-09-23run grunt distChris Rebert4-1/+43
2013-09-23Merge pull request #10768 from twbs/polaroid-thumbnail-docsMark Otto1-1/+1
fix #10767; current .img-thumbnail is equivalent to old .img-polaroid
2013-09-23Merge pull request #10770 from twbs/rename-assetsMark Otto34-76/+76
move /assets/ to /docs-assets/ ; fixes #10715
2013-09-23Merge pull request #10769 from twbs/deprecate-hideMark Otto2-15/+7
deprecate .hide; fixes #10446
2013-09-23avoid using the term "assets" due to potential confusionChris Rebert1-1/+1
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert34-75/+75
2013-09-23deprecate .hide; fixes #10446Chris Rebert2-15/+7
2013-09-23fix #10767; current .img-thumbnail is equivalent to old .img-polaroidChris Rebert1-1/+1
2013-09-23Merge pull request #10763 from XhmikosR/html5shivChris Rebert1-4/+4
Update html5shiv to v3.7.0.
2013-09-23Update html5shiv to v3.7.0.XhmikosR1-4/+4
2013-09-23don't create new Tooltip/Popover objects just to destroy them immediatelyJochen Berger2-0/+2
2013-09-22Merge pull request #10695 from FredericoC/fix-nav-active-caretMark Otto1-0/+10
Fixed issue where caret wouldn't inherit "active" li style on nav-pills
2013-09-22Merge pull request #10741 from ZDroid/patch-1Mark Otto1-23/+13
Avoid LESS nesting if isn't needed
2013-09-22Merge branch 'master' of github.com:twbs/bootstrapMark Otto4-3/+322
2013-09-22Fixes #10755: Don't remove quotes around q element by defaultMark Otto3-5/+1
2013-09-21Merge pull request #10749 from ZDroid/patch-2Chris Rebert1-1/+1
@headingsColor → @headings-color
2013-09-21@headingsColor → @headings-colorZlatan Vasović1-1/+1
2013-09-20Merge pull request #10693 from twbs/include-docs-licenseMark Otto1-0/+319
include a copy of the CC-BY 3.0 License that the docs are under
2013-09-20fix #10737Chris Rebert1-1/+1
2013-09-20Merge pull request #10743 from hnrch02/patch-1Chris Rebert1-1/+1
Fix a silly typo
2013-09-20Fix a silly typoHeinrich Fenkart1-1/+1
2013-09-20Avoid LESS nesting if isn't neededZlatan Vasović1-23/+13
2013-09-19Merge branch 'master' of github.com:twbs/bootstrapMark Otto14-39/+79
Conflicts: dist/css/bootstrap.min.css
2013-09-19Fixes #10694: Remove unnecessary `content` property from `.caret`Mark Otto3-3/+1
2013-09-19Merge pull request #10724 from ZDroid/patch-1Mark Otto1-1/+1
white → #fff
2013-09-19fix #10732Chris Rebert1-1/+1
2013-09-19Same fix for the navbar example of sticky footerLipis1-3/+2
2013-09-19Removed the unnecessary override and the !important from .wrapLipis1-3/+2
In the sticky footer example there were some weird stuff..
2013-09-19white → #fffZlatan Vasović1-1/+1
2013-09-18Merge pull request #10710 from XhmikosR/patch-2Chris Rebert2-4/+5
Patch 2
2013-09-19Update jszip.js to the latest git.XhmikosR1-2/+2
2013-09-19Show minification report for uglify-js.XhmikosR1-2/+3
2013-09-18Merge pull request #10703 from XhmikosR/sortChris Rebert2-10/+10
Sort by name.
2013-09-18Sort by name.XhmikosR2-10/+10
2013-09-18Merge pull request #10682 from gordonwoodhull/masterChris Rebert1-1/+24
Suggest documenting changes to plugin classes
2013-09-18Merge pull request #10680 from XhmikosR/masterChris Rebert6-153/+98
Update normalize to v2.1.3.
2013-09-18merge plugin changes into main tableGordon Woodhull1-15/+0
2013-09-18Run grunt dist.XhmikosR4-146/+81
2013-09-18less/mixins.less: tabs to spaces.XhmikosR1-1/+1
2013-09-18Update normalize to v2.1.3.XhmikosR1-6/+16
2013-09-18corrected caret colour when a nav dropdown is openFrederico Carvalho1-0/+5
2013-09-18fixed issue where caret wouldn't inherit "active" li style on nav-pills, ↵Frederico Carvalho1-0/+5
which caused the caret to stay blue
2013-09-17include a copy of the CC-BY 3.0 License that the docs are underChris Rebert1-0/+319
downloaded from http://creativecommons.org/licenses/by/3.0/legalcode.txt
2013-09-17fix #10692Chris Rebert1-4/+4
2013-09-17a start at documenting plugin class changesGordon Woodhull1-0/+38
2013-09-16Merge pull request #10626 from buob/variablize-nav-pill-border-radiusMark Otto3-2/+3
Variablize nav pill border radius
2013-09-16Merge pull request #10641 from ggam/remove-accordionMark Otto1-6/+6
Removed unneeded 'accordion-toggle' class from collapse examples
2013-09-16Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-8/+8