| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-03-16 | Use form elements in checkbox and radio button groups | Mark Otto | 2 | -2/+11 | |
| * Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat | |||||
| 2013-03-15 | Overhaul the grid system and its docs | Mark Otto | 3 | -59/+83 | |
| * Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot) * Drop the @grid-row-width and @grid-column-width variables * Add the @grid-float-breakpoint variable, as used in Preboot * Add support for .push* and .pull* classes for column ordering manipulation * Document all the things | |||||
| 2013-03-14 | Use translucent box shadow on hr elements; colorize hr elements within alert ↵ | Mark Otto | 2 | -6/+22 | |
| components | |||||
| 2013-03-15 | Fix dropdown (and therefore typeahead) wrap | pickypg | 1 | -1/+1 | |
| I have recently been experimenting with a lot of Typeahead controls, and I ran into a situation where my Typeahead was too wide for my screen, particularly on mobile devices, and it was not wrapping as I had expected it to do. http://jsfiddle.net/Mtxkn/3/ Changing the CSS for `.dropdown-menu > li > a` to `white-space: normal` causes it to wrap in every scenario that I have seen, whereas leaving it as `nowrap` never does what I want when the text is too long for a given row. It's possible that this has ramifications for other dropdown menus, but honestly I expect that even those would prefer to wrap than to extend the screen horizontally. If that is not the case, then it would work to change the typeahead version of this only: ```css .typeahead > li > a { white-space: normal; } ``` | |||||
| 2013-03-15 | Additional heading font-size classes | Andrew Stilliard | 1 | -11/+12 | |
| This relates to changes in issue #7284 | |||||
| 2013-03-14 | Fixes #7281: make tables super specific for hovers and striping to avoid ↵ | Mark Otto | 1 | -6/+7 | |
| nesting issues | |||||
| 2013-03-14 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 9 | -57/+57 | |
| Conflicts: less/grid.less | |||||
| 2013-03-12 | Update buttons.less to disable btn pointer events | Adam Conrad | 1 | -0/+1 | |
| Buttons that are disabled are still clickable and can still fire click events (such as hopping up to the top of the page if your anchor href points to "#"). Adding the pointer-events:none property will truly disable the button so situations like this don't happen. | |||||
| 2013-03-10 | Set border-box globally instead | Mark Otto | 5 | -7/+10 | |
| 2013-03-06 | make less files compile with strict maths in 1.4.0 | Luke Page | 9 | -57/+57 | |
| 2013-03-04 | Remove -webkit-backface-visibility on skew mixin | Ben Word | 1 | -1/+0 | |
| Ref #5319 - This rule is causing pixelated edges on iOS. Removing it makes everything smooth across all OS's, browsers, and devices. | |||||
| 2013-03-03 | Remove support for .uneditable-input | Mark Otto | 1 | -49/+10 | |
| 2013-03-03 | fix row change at breakpoint | Mark Otto | 1 | -0/+4 | |
| 2013-03-01 | nuke commented out unused var | Mark Otto | 1 | -5/+0 | |
| 2013-03-01 | Fix alignment of .navbar-brand | Mark Otto | 1 | -1/+1 | |
| 2013-03-01 | improve navbar toggle and hide code snippets on mobile devices for now | Mark Otto | 1 | -1/+4 | |
| 2013-02-28 | Fixes #6998: disabled background color properly on pagination | Mark Otto | 1 | -1/+1 | |
| 2013-02-28 | Fixes #6995: Add disabled navbar nav link support | Mark Otto | 3 | -2/+19 | |
| 2013-02-28 | Fixes #6954: properly reset grid classes within tables | Mark Otto | 1 | -5/+8 | |
| 2013-02-28 | Holy fucking shit fix that input group with buttons rounded corner noise | Mark Otto | 3 | -38/+40 | |
| 2013-02-28 | 2.3.1 | fat | 2 | -2/+2 | |
| 2013-02-28 | Fixes #6935: Use standard decimal points for .opacity() mixin | Mark Otto | 7 | -11/+13 | |
| 2013-02-28 | Fixes #6897: Print styles get own .less file | Mark Otto | 3 | -72/+72 | |
| 2013-02-28 | Remove margin between buttons in button groups; use border-radius mixins to ↵ | Mark Otto | 1 | -21/+9 | |
| avoid reseting border-radii that don't need resetting | |||||
| 2013-02-26 | nuke remaining less/tests/ files and move grid over to examples dir | Mark Otto | 6 | -1804/+0 | |
| 2013-02-26 | nuke glyphicons changes in buttons for now because it's whack | Mark Otto | 1 | -8/+1 | |
| 2013-02-26 | Move navbar examples to /examples directory | Mark Otto | 3 | -312/+0 | |
| 2013-02-19 | remove the search-query class and increase the width | Tom Pietschker | 1 | -1/+1 | |
| 2013-02-18 | Navbar realignment: | Mark Otto | 1 | -16/+35 | |
| * Change .brand to .navbar-brand * Change .btn-navbar to .navbar-toggle * Redesign navbar toggle to be a bit lighter and wider * Center align the navbar brand with a max-width of 200px (to minimize hit area) while still centering | |||||
| 2013-02-17 | Bring back the label, make it scale somewhat with the font-size of the ↵ | Mark Otto | 3 | -0/+55 | |
| parent using percentages and ems | |||||
| 2013-02-17 | Drop the recently added .counter class for .badge | Mark Otto | 2 | -9/+9 | |
| 2013-02-17 | remove old todo comment | Mark Otto | 1 | -1/+0 | |
| 2013-02-17 | remove unnecessary select border reset | Mark Otto | 1 | -6/+0 | |
| 2013-02-17 | fix broken marketing section with updated class | Mark Otto | 1 | -20/+20 | |
| 2013-02-17 | decrease top/bottom padding a bit in mobile fixed navbars | Mark Otto | 1 | -1/+1 | |
| 2013-02-17 | Revert the statis navbar in mobile views--they're back to being fixed all ↵ | Mark Otto | 1 | -12/+7 | |
| the time | |||||
| 2013-02-17 | Restore submenu support | Mark Otto | 1 | -4/+64 | |
| 2013-02-16 | Scrach that: carousel caption is always left aligned, but still hidden for ↵ | Mark Otto | 1 | -2/+0 | |
| mobile views | |||||
| 2013-02-16 | Re-add carousel captions as optional | Mark Otto | 1 | -21/+43 | |
| * They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports | |||||
| 2013-02-16 | All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-star | Mark Otto | 2 | -19/+19 | |
| 2013-02-16 | Overhaul carousel a bit more: | Mark Otto | 1 | -42/+38 | |
| * Drop custom type arrow controls for glyphicons icons instead for more consistent rendering * Remove the captions and instead let folks implement what they want in the carousel * Move the indicators to the bottom middle instead of top right * Lighten up gradients on the edges for less harsh lighting | |||||
| 2013-02-16 | Don't affix the fixed navbars in mobile views | Mark Otto | 1 | -7/+12 | |
| 2013-02-15 | fix #6950: use var for font-family | Mark Otto | 1 | -1/+1 | |
| 2013-02-13 | update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵ | Mark Otto | 1 | -1/+1 | |
| test makefile with darkened navbar active bg | |||||
| 2013-02-11 | Added retina image support mixin | Danny Keane | 1 | -0/+26 | |
| 2013-02-08 | Fixes #6852: add cursor pointer to carousel indicators | Mark Otto | 1 | -0/+1 | |
| 2013-02-08 | Fixes #6841: Add new Firefox placeholder, comments | Mark Otto | 1 | -9/+4 | |
| 2013-02-08 | Fixes #6837: Enable text alignment utility classes on tables | Mark Otto | 1 | -5/+3 | |
| * Removes text-align from td elements (no need to set that one) * Specifically sets th to text-align: left; at a global level (no longer within .table) to override browser defaults * Removes font-weight: bold; from th while we're at it since that's browser default already | |||||
| 2013-02-07 | remove modal test file | Mark Otto | 1 | -135/+0 | |
| 2013-02-07 | finish modal tweaks | Mark Otto | 2 | -19/+21 | |
