| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-31 | move js stuff into assets | Jacob Thornton | 1 | -13/+13 | |
| 2012-01-31 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -1/+4 | |
| 2012-01-31 | fix typo in base css docs | Mark Otto | 1 | -1/+1 | |
| 2012-01-31 | add form help-* documentation | nkryptic | 1 | -1/+4 | |
| 2012-01-31 | fix disabled button docs | Mark Otto | 1 | -2/+2 | |
| 2012-01-31 | chance icon class | Mark Otto | 1 | -148/+148 | |
| 2012-01-30 | once more, overhaul the icons and use the css regex selector on our icons | Mark Otto | 1 | -144/+144 | |
| 2012-01-30 | update icons everywhere to be scoped per other components, fix broken ↵ | Mark Otto | 1 | -148/+149 | |
| elements on js docs page | |||||
| 2012-01-30 | refactor the navs to use prefixed classes, because you know, consistency is ↵ | Mark Otto | 1 | -1/+1 | |
| beast mode | |||||
| 2012-01-30 | *really* refactor the buttons and update them all over the docs | Mark Otto | 1 | -34/+34 | |
| 2012-01-30 | adding warning (orange) button, fix responsive navbar problem | Mark Otto | 1 | -0/+5 | |
| 2012-01-30 | fix forms typo on error state | Mark Otto | 1 | -1/+1 | |
| 2012-01-30 | rename vertical-divider to divider-vertical, add more space around the divider | Mark Otto | 1 | -1/+1 | |
| 2012-01-30 | overhaul grid mixins and variables, standardize fluid grid system and enable ↵ | Mark Otto | 1 | -0/+25 | |
| it across responsive layouts | |||||
| 2012-01-29 | fix broken navbar collapse | Mark Otto | 1 | -1/+1 | |
| 2012-01-29 | update collapsible nav in navbar | Mark Otto | 1 | -1/+1 | |
| 2012-01-29 | fix form styles on prepend/append for consistency, update code docs with ↵ | Mark Otto | 1 | -0/+6 | |
| examples of the code snippets | |||||
| 2012-01-29 | update text on icons note | Mark Otto | 1 | -1/+1 | |
| 2012-01-29 | remove form docs from the styles and markup, it's no longer needed | Mark Otto | 1 | -31/+28 | |
| 2012-01-28 | fix the navbar click and a few jank responsive problems | Mark Otto | 1 | -1/+1 | |
| 2012-01-28 | turn off brand hover for now + get nav toggling in mobile | Jacob Thornton | 1 | -26/+28 | |
| 2012-01-28 | add in a navbar button for toggling the nav items | Mark Otto | 1 | -0/+5 | |
| 2012-01-28 | darken buttons, uncomment out firefox keyframes from progress bars | Mark Otto | 1 | -2/+2 | |
| 2012-01-28 | drop span2-4 on form examples to 1-3 | Mark Otto | 1 | -1/+1 | |
| 2012-01-28 | rewrite the code section of the type docs | Mark Otto | 1 | -42/+38 | |
| 2012-01-27 | adding wells and close icon to the docs under misc in components, with a new ↵ | Mark Otto | 1 | -53/+0 | |
| subnav style | |||||
| 2012-01-27 | fixing up buttons and examples of implementing icons | Mark Otto | 1 | -24/+5 | |
| 2012-01-27 | Merge branch '2.0/docs/base/icons' of ↵ | Mark Otto | 1 | -17/+56 | |
| https://github.com/buraktuyan/bootstrap into buraktuyan-2.0/docs/base/icons | |||||
| 2012-01-27 | Merge branch 'ie_7_components' of https://github.com/phopkins/bootstrap into ↵ | Mark Otto | 1 | -0/+7 | |
| phopkins-ie_7_components Conflicts: docs/assets/css/bootstrap.css | |||||
| 2012-01-28 | Adding new examples to the icons' docs. | Burak Tuyan | 1 | -17/+56 | |
| - Button with dropdown menu. - Small info button. - Text alignment for navigation with no icon. - Text input form with prepended icon - Select input form with prepended icon | |||||
| 2012-01-27 | update the docs for icons | Mark Otto | 1 | -2/+7 | |
| 2012-01-27 | Merge branch '2.0-wip' of https://github.com/buraktuyan/bootstrap into ↵ | Mark Otto | 1 | -16/+46 | |
| buraktuyan-2.0-wip | |||||
| 2012-01-27 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -1/+1 | |
| Conflicts: docs/assets/css/bootstrap.css | |||||
| 2012-01-27 | Rebuild css and html | Pete Hopkins | 1 | -0/+7 | |
| 2012-01-27 | update icon examples to show icons in differently sized buttons | Mark Otto | 1 | -0/+4 | |
| 2012-01-27 | rebuil update layout | Jacob Thornton | 1 | -1/+1 | |
| 2012-01-27 | huuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuge update to doces ↵ | Mark Otto | 1 | -1/+1 | |
| and stuff | |||||
| 2012-01-27 | Updating to latest version of Glyphicons Halflings set (v.1.5) along with ↵ | Burak Tuyan | 1 | -16/+46 | |
| some icon enhancements like: - Updated the Gylphicons Halflings set to version 1.5 (30 new icons) - Optimized the sprite PNG files for minimum filesize without any quality loss - Made some fixes for horizontal alignment at the LESS/CSS level (tags, bold, arrow-up, minus, chevron-down) - Made some fixes for vertical alignment at the LESS/CSS level (chevron-down, resize-vertical, resize-horizontal) - Renamed the old "calendar" class as "list-alt" class (because now we've a real calendar icon) - Changed the "background-position" of the icon class to "14px 14px", so that a wrong class name will not be showing the glass icon and instead will show a blank icon (which is useful for just positioning the text after the icons in some cases) - Added new icons (classes) to the base-css Docs (to both HTML file and Mustache template) - Changed one of the button examples to danger style and used a white icon - Renamed the sprite image files to save a few bytes here and there (from glyphicons-halflings-sprite.png to lyphicons-halflings.png and from glyphicons-halflings-sprite-white.png to glyphicons-halflings-white.png) | |||||
| 2012-01-26 | move doc building into base make method + build bootstrap to doc assets | Jacob Thornton | 1 | -2/+2 | |
| 2012-01-26 | adding white sprites | Mark Otto | 1 | -1/+1 | |
| 2012-01-26 | fix links to apple touch icons | Mark Otto | 1 | -4/+4 | |
| 2012-01-26 | move around some comments in buttons.less, update labels to use correct ↵ | Mark Otto | 1 | -4/+11 | |
| variables, add snippet to docs about IE9 | |||||
| 2012-01-26 | overhaul frontpage jumbotron, add js for twitter buttons back in, fix up ↵ | Mark Otto | 1 | -31/+35 | |
| some form ids and classes, straighten out the use of primary button variable | |||||
| 2012-01-25 | fix forms examples and allow for inputs in labels | Mark Otto | 1 | -51/+53 | |
| 2012-01-25 | finish off the static stuff for build and download page | Mark Otto | 1 | -124/+128 | |
| 2012-01-25 | swap fieldsets for divs | Mark Otto | 1 | -44/+44 | |
| 2012-01-25 | enable support for form states on select elements | Mark Otto | 1 | -0/+13 | |
| 2012-01-25 | Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip | Mark Otto | 1 | -1/+1 | |
| Conflicts: bootstrap.css | |||||
| 2012-01-25 | change form fields back to inline-block to allow for inline-help text in ↵ | Mark Otto | 1 | -1/+1 | |
| default form markup | |||||
| 2012-01-25 | rebuild + add spy to template | Jacob Thornton | 1 | -1/+1 | |
