aboutsummaryrefslogtreecommitdiff
path: root/customize.html
AgeCommit message (Collapse)AuthorFilesLines
2013-08-18update customizer to latest varsMark Otto1-29/+15
2013-08-18fixes #9807Jacob Thornton1-13/+1
2013-08-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-37/+33
Conflicts: customize.html examples/justified-nav/justified-nav.css
2013-08-18Add a .navbar-default class for default colorsJulian Thilo1-30/+30
* Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly
2013-08-18bunch of updates to customizerfat1-7/+3
2013-08-17it's levi-OH-sa, not levi-oh-SARMark Otto1-8/+8
2013-08-17add dependency support to customizerfat1-7/+7
2013-08-17Add data-dependency to less and js files in customizerMark Otto1-4/+4
2013-08-17add small fix for tooltip consistency + fix customizer syntax issuefat1-3/+3
2013-08-17add loggingfat1-10/+0
2013-08-17Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipfat1-2/+11
2013-08-17move customizer onto gistsfat1-265/+265
2013-08-17Add alert for customizer errorsMark Otto1-2/+11
2013-08-17add the customizer builder to the default grunt taskfat1-2/+2
2013-08-17More consistent naming with screen size variables using xs, sm, md, and lgMark Otto1-15/+21
2013-08-15More responsive customizer layoutMark Otto1-15/+14
2013-08-15update customizer varsMark Otto1-2/+4
2013-08-15Fixes #9617: consistent variation order, add .label-primaryMark Otto1-2/+8
2013-08-13remove accordion from customizer; shorten min height for affixv3.0.0-rc.2Mark Otto1-6/+0
2013-08-11add another varMark Otto1-1/+3
2013-08-11Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-131/+1
Conflicts: dist/css/bootstrap.min.css
2013-08-11Customizer field updates for variablesMark Otto1-11/+35
2013-08-11Give forms and search fields proper ARIA rolesKevin Suttle1-1/+1
http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#form http://www.w3.org/TR/wai-aria/roles#search
2013-08-11rebuild + first bit of customizer urlsfat1-131/+1
2013-08-10remove customize layout now that we're bringing it back for rc2Mark Otto1-1/+1
2013-08-08add loading class for mdo to style on customizerJacob Thornton1-3/+8
2013-08-07zip js as well …Jacob Thornton1-1/+1
2013-08-07Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipJacob Thornton1-2/+2
Conflicts: _layouts/customize.html
2013-08-07first prototype of new customizerJacob Thornton1-4/+136
2013-08-06Comma for clarificationMarkus Maga1-1/+1
2013-08-06Added padding variable for alerts and changed customize.html Warning state ↵Markus Maga1-8/+10
(which doesn't exist anymore)
2013-08-05fixes #9063: add var for navbar border radiusMark Otto1-0/+2
2013-08-03Greater standardization of sizing terminologyChris Rebert1-2/+2
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-07-27Input groups overhaulMark Otto1-0/+7
* Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679
2013-07-27mo links, fix ads and analytics in gh pagesMark Otto1-1/+1
2013-07-27fixes for hella broken links on account of jekyll and twbs.github.com linksMark Otto1-2/+2
2013-07-27herpy derpy shit for urlsMark Otto1-0/+1
2013-07-26Update IDs on customize pageMark Otto1-8/+8
2013-07-26More customizer changes, and revert to placeholder layoutMark Otto1-263/+273
2013-07-26Fix broken indentationMark Otto1-1362/+1362
Not sure when or how this happened, but I just noticed it—4 spaces were used instead of 2.
2013-07-26move things around :)syed1-1248/+1341
Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less
2013-07-25Disable the customizer for rc1 for nowMark Otto1-1/+1
2013-07-25move some thing aroundMark Otto1-5/+5
2013-07-25Moved navs inline properties to variables.less and customize.html & ↵syed1-0/+40
nav-customize.html
2013-07-25Moving navbar inline properties to variables.less and customize.htmlsyed1-0/+14
2013-07-24make footer border color use header border color in modalsMark Otto1-4/+4
2013-07-24Moved modals inline properties to variables.lesssyed1-0/+30
In this commit I moved modals.less inline properties to variables.less and also added those variables to customize.html.
2013-07-23Update forms varsMark Otto1-12/+20
* Reorganize layout * Add input group var * Add legend border var
2013-07-23Reorganize dropdown vars sectionMark Otto1-17/+17
2013-07-23Update dropdown varsMark Otto1-4/+5
* Update `.nav-divider` mixin to simplify to a 1px line (one value instead of two in parametric mixin) * Rename and consolidate dropdown caret vars * Add vars to Customizer