| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-04-01 | run make | Mark Otto | 1 | -0/+4 | |
| 2013-04-01 | Docs examples update | Mark Otto | 1 | -3/+7 | |
| * Remove unused fluid image * Add image, link, and description for new grid example * Update sign in example image | |||||
| 2013-04-01 | only negative indent nested grid rows; add new grid example | Mark Otto | 1 | -5/+5 | |
| 2013-04-01 | clearer separation with section headers; simpler customizing copy | Mark Otto | 1 | -2/+12 | |
| 2013-03-31 | add .panel-primary | Mark Otto | 1 | -0/+10 | |
| 2013-03-31 | Fixes #7438: remove max-height from justified nav tabs with some CSS wankery | Mark Otto | 1 | -1/+17 | |
| 2013-03-31 | remove text-rendering optimizeLegibility from headings | Mark Otto | 1 | -1/+0 | |
| 2013-03-31 | more consistent navbar vars | Mark Otto | 1 | -1/+1 | |
| 2013-03-31 | @link-color-hover to @link-hover-color | Mark Otto | 1 | -2/+2 | |
| 2013-03-31 | use @pagination- vars on pager component; change @pagination-bg-active to ↵ | Mark Otto | 1 | -2/+2 | |
| @pagination-active-bg | |||||
| 2013-03-31 | -background to -bg on tooltip and popover vars | Mark Otto | 1 | -3/+3 | |
| 2013-03-31 | fix nav divider | Mark Otto | 1 | -3/+3 | |
| 2013-03-31 | remove lingering rem | Mark Otto | 1 | -6/+0 | |
| 2013-03-31 | restore px unit on @font-size-base | Mark Otto | 1 | -29/+29 | |
| 2013-03-31 | run make after that breadcrumbs tweak | Mark Otto | 1 | -0/+4 | |
| 2013-03-31 | Merge pull request #7431 from burnsra/3.0.0-wip-fixes | Mark Otto | 1 | -0/+24 | |
| Cleanup items for 3.0.0 | |||||
| 2013-03-31 | Remove the handful of rem font-sizes | Mark Otto | 1 | -6/+3 | |
| 2013-03-31 | Add styles for tooltip and popover examples | Robert Burns | 1 | -0/+24 | |
| 2013-03-30 | add basic back to top link via affix | Mark Otto | 1 | -0/+20 | |
| 2013-03-30 | not quite #fff on .list-group-item-text | Mark Otto | 1 | -2/+5 | |
| 2013-03-30 | Remove .nav-list given new .list-group | Mark Otto | 1 | -25/+1 | |
| 2013-03-30 | add list group component | Mark Otto | 2 | -0/+96 | |
| 2013-03-30 | Change error to danger for all classes; add panels component | Mark Otto | 2 | -10/+74 | |
| 2013-03-30 | fuck everything about .clear_float() -- restore .clearfix() as mixin | Mark Otto | 1 | -4/+119 | |
| 2013-03-30 | fix submenu docs height given border-box | Mark Otto | 1 | -1/+1 | |
| 2013-03-30 | drop .muted for .text-muted | Mark Otto | 1 | -1/+1 | |
| 2013-03-29 | Add subnav support to CSS section | Mark Otto | 2 | -17/+26 | |
| 2013-03-29 | Merge branch '3.0.0-wip' into bs3_new_nav | Mark Otto | 1 | -0/+3 | |
| 2013-03-29 | mo padding on side nav links | Mark Otto | 1 | -2/+2 | |
| 2013-03-29 | dat red | Mark Otto | 1 | -4/+5 | |
| 2013-03-28 | Make sure form actions are properly aligned with form-horizontal | Andreas Cederström | 1 | -0/+3 | |
| 2013-03-28 | move nav into partial; rejigger content some more | Mark Otto | 1 | -11/+22 | |
| 2013-03-28 | rejigger some content and start exploring section headings | Mark Otto | 1 | -1/+20 | |
| 2013-03-28 | holy crap new docs layout separate from home, no more top navbar | Mark Otto | 1 | -110/+40 | |
| 2013-03-28 | new subnav on all pages | Mark Otto | 1 | -25/+64 | |
| 2013-03-27 | turn docs navbar into left navbar | Mark Otto | 2 | -5/+50 | |
| 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 | docs fixes with new .bs-docs-container; fixing some lingering grid classes | Mark Otto | 1 | -1/+13 | |
| 2013-03-26 | New grid classes | Mark Otto | 2 | -62/+64 | |
| 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-16 | remove inner shadow from .highlight | Mark Otto | 1 | -1/+0 | |
| 2013-03-16 | update pygments highlighting with customizations from preboot | Mark Otto | 1 | -2/+6 | |
| 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 | |||||
