aboutsummaryrefslogtreecommitdiff
path: root/docs-assets/js/customizer.js
AgeCommit message (Collapse)AuthorFilesLines
2013-11-06update remaining version numbersv3.0.2Chris Rebert1-1/+1
2013-11-01don't use nonstandard window.location.origin in customizer JS; fixes #11317Chris Rebert1-1/+2
2013-11-01Update customizer.jsBrian Surowiec1-1/+1
2013-10-17even shorter banner; remove space between slash and periodMark Otto1-3/+3
2013-10-17add explicit copyright header to docs CSS & JS files; fixes #11112Chris Rebert1-0/+8
2013-10-14Merge pull request #10779 from ssorallen/customizer-bootstrap-less-orderChris Rebert1-11/+37
Use bootstrap.less file order in Customizer
2013-10-09Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode ↵herom1-1/+1
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-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 Rebert1-0/+290