| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-26 | moving structure around + more work on builder... | Jacob Thornton | 1 | -29/+0 | |
| 2012-01-26 | separate code from type css files | Mark Otto | 1 | -1/+0 | |
| 2012-01-26 | break scaffolding down into smaller less files | Mark Otto | 1 | -84/+2 | |
| 2012-01-25 | finish the rest of the less page mixins docs | Mark Otto | 1 | -1/+1 | |
| 2012-01-23 | revert to negative margin on grid row | Mark Otto | 1 | -4/+1 | |
| 2012-01-23 | Merge branch 'normalize' of https://github.com/necolas/bootstrap into ↵ | Mark Otto | 1 | -2/+0 | |
| necolas-normalize Conflicts: bootstrap.css bootstrap.min.css lib/type.less | |||||
| 2012-01-22 | don't use negative margin - use first child to set to 0 | Jacob Thornton | 1 | -2/+6 | |
| 2012-01-22 | Using variables rather than numeric values | Olivier Laviale | 1 | -7/+7 | |
| 2012-01-20 | Remove global reset in favour of contextual reset. | Nicolas Gallagher | 1 | -2/+0 | |
| Rather than having a partial reset with individual elements having their styles built back up, only elements without replacement styles have specific properties 'reset'. This commit also includes: a correction to the font mixin arguments used on forms (the output is now valid CSS); the removal of `overflow-y:scroll` from the `html` element which is now known to cause some problems for jQuery modal plugins in Firefox. | |||||
| 2012-01-08 | add utilities.less file for generic classes | Mark Otto | 1 | -16/+0 | |
| 2012-01-08 | clean up dup css in responsive, fix navbar dropdown caret | Mark Otto | 1 | -2/+8 | |
| 2012-01-07 | update fluid layout to use variable for sidebar width | Mark Otto | 1 | -5/+5 | |
| 2012-01-07 | update the fluid examples to use new classes and clear the floats properly ↵ | Mark Otto | 1 | -10/+12 | |
| from sidebar | |||||
| 2012-01-05 | breaking out patterns.less even more, removing unnecessary div from checkbox ↵ | Mark Otto | 1 | -1/+1 | |
| and radio lists--now just labels and inputs | |||||
| 2011-11-25 | clean up comments for better built files | Jacob Thornton | 1 | -4/+4 | |
| 2011-11-17 | update property order and do some misc cleanup | Mark Otto | 1 | -3/+3 | |
| 2011-10-28 | remove html from body background | Mark Otto | 1 | -3/+1 | |
| 2011-10-16 | few tweaks to responsive stuff, updated docs for grid system (still needs ↵ | Mark Otto | 1 | -4/+1 | |
| copy editing) | |||||
| 2011-10-16 | biiiiiig update coming for responsiveness | Mark Otto | 1 | -23/+4 | |
| 2011-10-09 | refactor fluid layout to be more specific to not interfere with modal ↵ | Mark Otto | 1 | -9/+17 | |
| content while adding right sidebar option | |||||
| 2011-10-04 | update variables to inlude @baseFontSize, @baseFontFamily, @baseLineHeight ↵ | Mark Otto | 1 | -1/+3 | |
| for easier customization; added placeholder for @primaryButtonColor, but didn't implement | |||||
| 2011-09-16 | fix fluid example | Mark Otto | 1 | -12/+10 | |
| 2011-09-16 | Merge branch 'master' of github.com:twitter/bootstrap into 1.3-wip | Jacob Thornton | 1 | -1/+1 | |
| Conflicts: Makefile README.md bootstrap.css bootstrap.min.css lib/bootstrap.less lib/scaffolding.less | |||||
| 2011-09-16 | updated table styles a bit and floated the fluid columns to clear the row ↵ | Mark Otto | 1 | -3/+3 | |
| dropping problem we were having | |||||
| 2011-09-12 | comment out box-shadow on masthead and footer in docs.css because Opera ↵ | Mark Otto | 1 | -1/+1 | |
| sucks at inset box-shadow :" | |||||
| 2011-09-12 | remove theme.less and split preboot.less to mixins.less and variables.less ↵ | Mark Otto | 1 | -0/+1 | |
| to isolate customization from function | |||||
| 2011-09-11 | remove qualifying tags in .span selectors for built in grid so that we can ↵ | Mark Otto | 1 | -53/+53 | |
| use .span-n classes in form styles | |||||
| 2011-09-10 | overhaul docs CSS since it was scalable, converted docs mastheads and ↵ | Mark Otto | 1 | -64/+64 | |
| footers to classes and HTML5 elements, add masthead to js docs page but make it slate so it looks cool and stands out | |||||
| 2011-09-10 | adding code and .label sections to type section | Mark Otto | 1 | -0/+2 | |
| 2011-09-09 | fix the grid before 1.3.0 drops soon | Mark Otto | 1 | -1/+1 | |
| 2011-09-08 | bump css to 1.3.0, update makefile to reflect that, update form css to ↵ | Mark Otto | 1 | -4/+2 | |
| prepend form to the .clearfix to prevent some bullshit, small tweaks elsewhere | |||||
| 2011-09-03 | adding temp theme file to help with customization; still needs work | Mark Otto | 1 | -0/+10 | |
| 2011-09-02 | updated hero example, added fluid example, resolved issue with tabs and ↵ | Mark Otto | 1 | -0/+9 | |
| fluid nav | |||||
| 2011-09-02 | resolve conflict | Mark Otto | 1 | -0/+7 | |
| 2011-09-02 | updated container mixin to be fixed-container instead so we can keep the ↵ | Mark Otto | 1 | -3/+1 | |
| .container in scaffolding while removing the repeated code | |||||
| 2011-09-02 | Merge branch 'js-examples' into 1.3-wip | Jacob Thornton | 1 | -0/+7 | |
| Conflicts: bootstrap-1.2.0.css | |||||
| 2011-09-02 | Merge branch 'master' of github.com:twitter/bootstrap into js-examples | Jacob Thornton | 1 | -22/+14 | |
| Conflicts: bootstrap-1.2.0.css bootstrap-1.2.0.min.css lib/patterns.less lib/scaffolding.less | |||||
| 2011-09-02 | improve CSS properties for centering content, the container, and fluid ↵ | Mark Otto | 1 | -3/+5 | |
| container so as to not override properties where possible | |||||
| 2011-09-02 | merge in master after merging a pull request, add comment | Mark Otto | 1 | -3/+4 | |
| 2011-09-02 | incorporated idea from @markdotto in #138 | pthrasher | 1 | -2/+2 | |
| 2011-09-02 | remove inset shadow from disabled buttons | Mark Otto | 1 | -2/+1 | |
| 2011-08-31 | merging in remote and recompiling | Mark Otto | 1 | -86/+0 | |
| 2011-08-30 | Merge branch 'master' of github.com:twitter/bootstrap into 1.2-wip | Jacob Thornton | 1 | -1/+1 | |
| Conflicts: README.md bootstrap-1.2.0.css | |||||
| 2011-08-29 | adding more grid docs | Mark Otto | 1 | -2/+2 | |
| 2011-08-29 | remove duplicate defined btn class O_O | Jacob Thornton | 1 | -87/+1 | |
| 2011-08-29 | le merging conflicts | Mark Otto | 1 | -1/+1 | |
| 2011-08-27 | redefine the grid to use attribute selectors with css regex, make previously ↵ | Mark Otto | 1 | -19/+11 | |
| fixed grid values use variables we use elsewhere | |||||
| 2011-08-27 | add boostrap-twipsy and bootstrap-alerts | Jacob Thornton | 1 | -87/+8 | |
| 2011-08-26 | small typo in offset generation | Jacob Thornton | 1 | -1/+1 | |
| 2011-08-26 | Merge branch '1.1.1-wip' | Jacob Thornton | 1 | -20/+50 | |
