aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
AgeCommit message (Collapse)AuthorFilesLines
2012-04-14merge in #2684, offset on the .makeColumn mixinMark Otto1-0/+10
2012-04-14adding icon classes to finish off glyphicons 1.6 updateMark Otto1-12/+32
2012-04-12add 's' to 'classe' in components docs. thanks mishmosh.ctalkington1-1/+1
2012-04-07fix typo on js docs selectorMark Otto1-1/+1
2012-04-07clean up new input append examplesMark Otto1-4/+4
2012-04-07fix conflicts, add docs example for two buttons on an appendMark Otto1-0/+8
2012-04-07readd bootstrap.zip, add @inputBorderRadius var to close #2946Mark Otto2-0/+6
2012-04-02fix #2911: correct /lib/ path to /less/Mark Otto1-1/+1
2012-03-31fix #2860: truncate .dl-horizontal terms and reset to stacked for <767px layoutsMark Otto1-0/+7
2012-03-31update less docs page to reflect changes in mixins (no more default values) ↵Mark Otto1-7/+7
and variable name fix
2012-03-31clarify use of dropdowns, href, and data-target for js docs; add tests to ↵Mark Otto1-0/+14
css tests page for it's display and execution in html
2012-03-28rearrange other parts of forms docsMark Otto1-46/+41
2012-03-28document .backface-visibility and update comments and initial valueMark Otto1-0/+5
2012-03-28start rearranging form docs and clear up messaging about required classes ↵Mark Otto1-25/+14
and default styles
2012-03-28fix homepage link in css-tests and remove second help text from example formMark Otto1-1/+1
2012-03-28moving css tests to less directoryMark Otto1-276/+0
2012-03-28fix #2832: clarify docs on use of .tabbable and add mention of .fadeMark Otto1-24/+28
2012-03-27fix second boobooMark Otto1-1/+1
2012-03-27Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wipMark Otto2-7/+9
Conflicts: docs/assets/bootstrap.zip
2012-03-27fix spelling boobooMark Otto1-1/+1
2012-03-27Finish of close conversion from a to buttonAndreas Cederström2-7/+9
2012-03-26update LESS docs to note @baseFontSize and @baseLineHeight must be pixelsMark Otto1-8/+10
2012-03-26fix #2799, mention of text in the navbarMark Otto1-1/+1
2012-03-25update docs messaging around alerts and buttonsMark Otto1-1/+1
2012-03-25change all anchor alert closes to buttonsMark Otto1-6/+6
2012-03-25add heads up note for required href on alert dismiss actionsMark Otto1-2/+3
2012-03-25add back href for alerts in components docs to make close work on iphoneMark Otto1-5/+5
2012-03-25add refresh method documentation to js docs to close #2028 and #2795Mark Otto1-0/+8
2012-03-25add css tests for fluid rows and inputsMark Otto1-1/+28
2012-03-25change arrows in one pagination example because opera janks it up, per #2697Mark Otto1-2/+2
2012-03-25fix responsive navbarJacob Thornton1-1/+1
2012-03-25Overhaul the responsive utility classes:Mark Otto2-7/+9
1. Rename file from responsive-utility-classes.less to responsive-utilities.less 2. Add additional help text around the documentation for the classes in Scaffolding 3. Remove unnecessary display values on initial classes 4. Drop block values for inherit for better support on inline and table elements 5. Make use of \!important on every class to avoid classes with more specific selectors (e.g., .span* classes for the grid)
2012-03-25adding 144x144 ipad touch iconMark Otto1-0/+1
2012-03-24add explict note that tooltip delay isn't applied to manual trigger type in ↵Jacob Thornton1-2/+2
popover/tooltip
2012-03-23Merge branch '2.1.0-wip' into 2.0.3-wipMark Otto1-1/+16
Conflicts: docs/assets/bootstrap.zip
2012-03-23Merge branch '2.0.3-wip' of https://github.com/andriijas/bootstrap into ↵Mark Otto1-3/+3
andriijas-2.0.3-wip Conflicts: docs/assets/bootstrap.zip
2012-03-23Fix #2758: Uneditable inputs in input-prepend/appendMark Otto1-0/+56
1. Added a missing comma to the input-append's form control stack () to fix border-radius 2. Add to the .uneditable-input in forms to remove the float as we do with all other form controls
2012-03-23badge-error => badge-importantAndreas Cederström1-3/+3
2012-03-23css tests cleanupMark Otto1-12/+19
2012-03-23fix broken tables with double borders and such, add css tests page to start ↵Mark Otto1-2/+182
with table edge cases
2012-03-23adding blog link to docs homepageMark Otto1-0/+1
2012-03-23add mention of transitions plugin requirement on collapseMark Otto1-1/+2
2012-03-22Dropdowns overhaul:Mark Otto1-20/+0
1. Removed broken and unused dropup examples from the navs/pills docs 2. New defaults for dropdown menus: all corners are rounded and always 1px offset from top unless otherwise specified 3. Refined active and open states for button dropdowns by adding a darker background color for each button variation when opened; also changed the opened dropdown-toggle's inset shadow to match that of an :active button 4. Generalized .dropdown.open to just .open, thus removing a few lines from button-groups.less. 5. Annnnnnnnnd I think that's it.
2012-03-22bump version numbers in css files to 2.0.3, break out responsive CSS into ↵Mark Otto1-1/+5
separate files for further customization
2012-03-22remove labels and badges from customizer and replace with single fileMark Otto1-2/+1
2012-03-22add new @formActionsBackground to customize pageMark Otto1-0/+2
2012-03-22add shell of tests page, lighten form actions background and give it a variableMark Otto2-0/+10
2012-03-22finish adding remaining component variables to less docs pageMark Otto1-32/+193
2012-03-22remove mentions of unused button variable per #2537Mark Otto1-1/+77
2012-03-22remove bug in docs for example icon in an input-prepend by removing margin ↵Mark Otto1-2/+1
on any input/select/etc in an input-prepend/append