| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-03-29 | Add subnav support to CSS section | Mark Otto | 1 | -11/+0 | |
| 2013-03-29 | Merge branch '3.0.0-wip' into bs3_new_nav | Mark Otto | 1 | -0/+3 | |
| 2013-03-28 | Make sure form actions are properly aligned with form-horizontal | Andreas Cederström | 1 | -0/+3 | |
| 2013-03-27 | turn docs navbar into left navbar | Mark Otto | 1 | -0/+20 | |
| 2013-03-27 | Refactor .list-inline and .list-unstyled | Mark Otto | 1 | -1/+5 | |
| * Instead of shared and separate CSS, isolate by class for easier mixin-ability * .list-unstyled is now used as a mixin in .list-inline | |||||
| 2013-03-26 | New grid classes | Mark Otto | 1 | -60/+62 | |
| 2013-03-17 | color border in table contextual classes | Mark Otto | 1 | -0/+6 | |
| 2013-03-17 | Fixes #7297: add support for .success, .error, and .warning on td and th ↵ | Mark Otto | 1 | -0/+12 | |
| elements in tables | |||||
| 2013-03-17 | Exploring rems as font-size unit | Mark Otto | 1 | -32/+29 | |
| * Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets | |||||
| 2013-03-16 | fixes #7140: hide navbar toggle in print | Mark Otto | 1 | -0/+3 | |
| 2013-03-16 | Fixes #7150: colorize links in alerts | Mark Otto | 1 | -0/+24 | |
| 2013-03-16 | Fix vertical button groups | Mark Otto | 1 | -0/+1 | |
| 2013-03-16 | Use form elements in checkbox and radio button groups | Mark Otto | 1 | -12/+41 | |
| * 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 | 1 | -12/+77 | |
| * 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 | 1 | -16/+56 | |
| components | |||||
| 2013-03-14 | unfuck misaligned main container | Mark Otto | 1 | -3/+3 | |
| 2013-03-14 | Fixes #7281: make tables super specific for hovers and striping to avoid ↵ | Mark Otto | 1 | -10/+10 | |
| nesting issues | |||||
| 2013-03-10 | Set border-box globally instead | Mark Otto | 1 | -12/+6 | |
| 2013-03-03 | Remove support for .uneditable-input | Mark Otto | 1 | -53/+13 | |
| 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/+5 | |
| 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 | 1 | -0/+15 | |
| 2013-02-28 | Fixes #6954: properly reset grid classes within tables | Mark Otto | 1 | -3/+7 | |
| 2013-02-28 | Holy fucking shit fix that input group with buttons rounded corner noise | Mark Otto | 1 | -34/+44 | |
| 2013-02-28 | 2.3.1 | fat | 1 | -1/+1 | |
| 2013-02-28 | Fixes #6935: Use standard decimal points for .opacity() mixin | Mark Otto | 1 | -1/+2 | |
| 2013-02-28 | Fixes #6897: Print styles get own .less file | Mark Otto | 1 | -53/+53 | |
| 2013-02-28 | Remove margin between buttons in button groups; use border-radius mixins to ↵ | Mark Otto | 1 | -13/+8 | |
| avoid reseting border-radii that don't need resetting | |||||
| 2013-02-26 | nuke glyphicons changes in buttons for now because it's whack | Mark Otto | 1 | -14/+0 | |
| 2013-02-18 | Navbar realignment: | Mark Otto | 1 | -21/+40 | |
| * 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 | 1 | -0/+52 | |
| parent using percentages and ems | |||||
| 2013-02-17 | Drop the recently added .counter class for .badge | Mark Otto | 1 | -9/+9 | |
| 2013-02-17 | remove unnecessary select border reset | Mark Otto | 1 | -4/+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 | -13/+12 | |
| the time | |||||
| 2013-02-17 | Restore submenu support | Mark Otto | 1 | -2/+56 | |
| 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 | -29/+45 | |
| * 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 | 1 | -1/+1 | |
| 2013-02-16 | Overhaul carousel a bit more: | Mark Otto | 1 | -55/+46 | |
| * 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 | -12/+13 | |
| 2013-02-13 | update makefile to work again; gitignore the compiled docs _gh_pages folder; ↵ | Mark Otto | 1 | -2/+2 | |
| test makefile with darkened navbar active bg | |||||
| 2013-02-12 | rearrange jekyll and docs | Mark Otto | 1 | -0/+4751 | |
| 2013-02-12 | nuke what we don't need for jekyll | Mark Otto | 1 | -4751/+0 | |
| 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 | -0/+5 | |
