aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/customizer-variables.html
AgeCommit message (Collapse)AuthorFilesLines
2014-12-17remove remaining remnants of the CustomizerChris Rebert1-1672/+0
2014-11-09Merge branch 'master' into derpMark Otto1-1/+1
Conflicts: dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/customizer-variables.html docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/_variables.less
2014-11-09darken primary blue for accessibility contrast on link colorsMark Otto1-1/+1
2014-11-09color contrast for links, gets us to 4.63:1Mark Otto1-1/+1
2014-11-09fix variable, run gruntMark Otto1-353/+431
2014-10-29fixes #14911: bump dependencies to fix customizer text from being cut shorMark Otto1-154/+154
2014-10-28gruntMark Otto1-0/+5
2014-10-29gruntHeinrich Fenkart1-153/+153
2014-10-28Merge branch 'master' into jonschlinkert/masterChris Rebert1-393/+476
2014-10-27.bs-customizer-input => .col-xs-4Chris Rebert1-373/+373
2014-10-27add clearfix divs to customizer input rowsChris Rebert1-0/+100
2014-10-27Tweak parser to ignore empty Less section docstrings; fixes #14878Chris Rebert1-21/+4
2014-10-26fix progress bar animated biznasMark Otto1-0/+10
2014-10-26Replaces markdown.js with ↵jonschlinkert1-1/+1
[remarkable](https://github.com/jonschlinkert/remarkable). - remarkable has 100% support for [commonmark](http://jgm.github.io/CommonMark/spec.html) - [faster](https://github.com/jonschlinkert/remarkable/tree/master/benchmark) - easier to monkeypatch. this is a goal of ours, might be useful to you at some point given the custom tokenizing/parsing you're doing for documentation.
2014-10-25Run `grunt`.XhmikosR1-0/+5
2014-10-22gruntHeinrich Fenkart1-3/+3
2014-09-21Swap -small and -large variables for -sm and -lgMark Otto1-31/+31
2014-09-18gruntMark Otto1-0/+5
2014-09-17Some secondary button border actionMark Otto1-1/+1
2014-09-17Merge branch 'master' into derpMark Otto1-21/+35
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/fonts/glyphicons-halflings-regular.svg docs/_includes/components/badges.html docs/_includes/components/input-groups.html docs/_includes/components/pagination.html docs/_includes/css/forms.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/home-nav.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.svg less/_button-group.less less/_jumbotron.less less/_variables.less less/mixins/vendor-prefixes.less less/panels.less less/thumbnails.less package.json
2014-09-08gruntMark Otto1-1/+11
2014-08-27gruntMark Otto1-1/+1
2014-08-23gruntMark Otto1-6/+2
2014-08-04gruntMark Otto1-1/+1
2014-07-12grunt some more things, rebuild customizer navMark Otto1-306/+118
2014-07-12Merge branch 'master' into derpMark Otto1-1/+1
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/javascript/dropdowns.md less/utilities.less
2014-07-12gruntMark Otto1-1/+1
2014-07-08.btn-default to .btn-secondaryMark Otto1-6/+6
2014-07-05gruntMark Otto1-6/+10
2014-06-25gruntMark Otto1-9/+5
2014-06-18gruntMark Otto1-0/+5
2014-06-18gruntMark Otto1-1/+1
2014-04-17fix #13360 by making deprecation notices visible in customizerChris Rebert1-0/+10
2014-03-10Add missing customizer commentZlatan Vasović1-0/+1
2014-03-08Fix commentMark Otto1-1/+1
2014-03-08Fixes #12966: Ensure icon font vars are loaded into CustomizerMark Otto1-0/+19
2014-03-07grunt for daysMark Otto1-0/+4
2014-03-06Merge branch 'master' into popovers-use-radii-varMark Otto1-3/+19
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-06Merge branch 'master' into pr/12490Mark Otto1-34/+66
Conflicts: less/list-group.less
2014-03-04gruntMark Otto1-0/+8
2014-02-25grunt build-customizer-htmlChris Rebert1-1/+1
2014-02-10http://www.youtube.com/watch?v=YQwYNca4iogMark Otto1-2/+2
2014-02-08gruntMark Otto1-0/+5
2014-02-07Fixes #12555: Rearrange variables to place grids and containers closerMark Otto1-31/+31
2014-01-29gruntMark Otto1-0/+4
2014-01-20fix #12280 by templating the customizer's nav sidebar tooChris Rebert1-2/+2
The customizer is such a PITA.
2014-01-19grunt build-customizer-vars-formChris Rebert1-0/+4
2014-01-17fix #12277Chris Rebert1-2/+2
Thanks to @Quy for pointing these out.
2014-01-08add support for '//===' for <h3>s in bs-lessdocChris Rebert1-3/+1
2014-01-08Use JS & Jade to generate the customizer variables form HTML from ↵Chris Rebert1-0/+1684
variables.less; fixes #11095 also updates variables file organization (courtesy @mdo)