aboutsummaryrefslogtreecommitdiff
path: root/docs-assets/js
AgeCommit message (Collapse)AuthorFilesLines
2013-10-15Added opacity to customizer and rebuilt customizerGeremia Taglialatela1-1/+1
2013-10-14run gruntChris Rebert1-2/+2
2013-10-14Merge pull request #10779 from ssorallen/customizer-bootstrap-less-orderChris Rebert1-11/+37
Use bootstrap.less file order in Customizer
2013-10-14fix about page html validation and run gruntMark Otto1-1/+1
2013-10-13update to latest jszipChris Rebert1-57/+99
commit 04fc93045334dc1b679aba5c2dce206da777a85c 2013-10-12T12:39:56-07:00
2013-10-13use CDN for respond.jsChris Rebert1-6/+0
2013-10-13run gruntMark Otto1-1/+1
2013-10-09Merge pull request #11013 from twbs/fix-10989Mark Otto2-14/+0
Use CDNs for more example JavaScripts
2013-10-09use data-ride="carousel" in the docs & examples; fixes #11005Chris Rebert1-3/+0
2013-10-09re-remove execute permissions; apparent upstream bugChris Rebert1-0/+0
2013-10-09upgrade holder.js to v2.1Chris Rebert1-97/+82
2013-10-09Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode ↵herom2-3/+3
Replacement Character) chars in customizer fonts. Merges #9982
2013-10-09Customizer: include config.json in bootstrap.zipStuart P. Bentley1-5/+12
merges #10633; fixes part of #9951
2013-10-09use CDN for jQuery instead of vendoring it; fixes part of #10989Chris Rebert1-6/+0
2013-10-09use CDN for html5shiv instead of vendoring it; fixes part of #10989Chris Rebert1-8/+0
2013-10-09there's no reason for holder.js to be executableChris Rebert1-0/+0
2013-10-07run gruntMark Otto1-1/+1
2013-10-01run gruntMark Otto1-2/+2
2013-09-23Use bootstrap.less file order in CustomizerRoss Allen1-11/+37
Appending stylesheets by iterating the `__less` Hash creates an order that is not the same as 'bootstrap.less'. Some stylesheets like 'component-animations.less' and 'modals.less' have selectors with matching specificity, and so file order decides which style wins. This causes issue #10030 by putting `.fade.in` after `.modal-backdrop.in` and gives the backdrop a higher opacity than intended. This change uses the Less ordering in 'bootstrap.less' to generate the final stylesheets in the Customizer to make sure customized file ordering matches the distribution file order. Fixes #10030
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert11-0/+2447