| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-12-01 | move around social buttons | Mark Otto | 1 | -26/+27 | |
| 2012-11-30 | version bump to 3.0 | Mark Otto | 2 | -2/+2 | |
| 2012-11-30 | remove deleted css files, run make | Mark Otto | 1 | -0/+5890 | |
| 2012-11-30 | first pass at nuking scaffolding | Mark Otto | 1 | -5914/+0 | |
| 2012-11-30 | popovers and tooltips vars | Mark Otto | 1 | -29/+29 | |
| 2012-11-30 | remove color variables, swap others were appropro | Mark Otto | 1 | -2/+2 | |
| 2012-11-30 | more vars changed, remove @white var | Mark Otto | 1 | -17/+17 | |
| 2012-11-30 | more tests for form styles; includes lightening help text | Mark Otto | 1 | -37/+33 | |
| 2012-11-30 | Refine containers and navbars | Mark Otto | 1 | -8/+4 | |
| * Don't reset width on .container, .navbar-* .container, etc * Instead, use max-width to ensure proper styling for all navbars | |||||
| 2012-11-30 | Inputs now 100% width by default | Mark Otto | 1 | -278/+2 | |
| * Includes text inputs, selects, and textareas * Updated docs to include .span* sizes wherever possible * Commented out responsive 1200px inputs grid * Still some derp to be done to improve more, but this is a decent first stab | |||||
| 2012-11-30 | consolidate font resets into scaffolding | Mark Otto | 1 | -24/+9 | |
| 2012-11-30 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 2 | -80/+172 | |
| Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html | |||||
| 2012-11-29 | Fixes #5853: Maintain 10px margin above help block when following input groups | Mark Otto | 1 | -1/+3 | |
| 2012-11-29 | remove element from selector | Mark Otto | 1 | -1/+1 | |
| 2012-11-29 | Merge pull request #6039 from desheikh/2.2.2-wip | Mark Otto | 1 | -1/+2 | |
| help-block margin-top should also apply after a span.uneditable-input | |||||
| 2012-11-29 | run make with nav img fix | Mark Otto | 1 | -0/+4 | |
| 2012-11-29 | added compiled css file | Zulfiqar Ali | 1 | -1/+2 | |
| 2012-11-28 | Fix the carousel after we scoped selectors | Mark Otto | 1 | -14/+14 | |
| 2012-11-28 | Fixes #5533: Remove filter gradient from disabled links on dropdowns | Mark Otto | 1 | -0/+1 | |
| 2012-11-28 | Fixes #5594: Vertical button groups show use max-width, not width, and be ↵ | Mark Otto | 1 | -7/+7 | |
| scoped to immediate children buttons only | |||||
| 2012-11-28 | Fixes #5616: scope carousel state classes to immediate children only | Mark Otto | 1 | -14/+14 | |
| 2012-11-28 | Fixes #5930: redeclare font-size for popoves in btn-groups | Mark Otto | 1 | -1/+2 | |
| 2012-11-28 | Fixes #5927: Scope button group 5px button left margin to immediate children | Mark Otto | 1 | -3/+3 | |
| 2012-11-28 | Fixes #5940: Prevent @headingsColor from changing alert colors | Mark Otto | 1 | -1/+5 | |
| 2012-11-28 | Fixes #4852: IE8 popover carets fixed | Mark Otto | 1 | -34/+102 | |
| * IE8 refused a negative z-index to place the previous :after behind the .arrow, so I had to flip the styles. * .arrow is the gray border/background, .arrow:after is now the white inner arrow * Added a hex IE8 fallback to ensure the arrow shows for <IE9 as rgba() isn't supported * Simplified some of the CSS for the popover carets | |||||
| 2012-11-28 | Fixes #5963: Add large button example to icons, fix vertical alignment in ↵ | Mark Otto | 1 | -1/+1 | |
| large buttons | |||||
| 2012-11-28 | Fixes #6010: Navbar dropdown caret should match link hover color | Mark Otto | 1 | -0/+10 | |
| 2012-11-28 | Fixes #6012: Updated docs sidenav media queries and reset width for exactly ↵ | Mark Otto | 1 | -1/+2 | |
| 980px | |||||
| 2012-11-28 | Fixes #6035: use font-size vars in button groups | Mark Otto | 1 | -3/+3 | |
| 2012-11-28 | Fixes #5935: Updated vertical gradient mixin | Mark Otto | 1 | -19/+19 | |
| 2012-11-22 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 2 | -11/+9 | |
| Conflicts: less/button-groups.less | |||||
| 2012-11-22 | fix image sizes on homepage | Mark Otto | 1 | -1/+2 | |
| 2012-11-21 | Simpler footer for docs | Mark Otto | 1 | -5/+2 | |
| * Remove back to top link (ya'll are lazy :P) * Center text * Decrease vertical padding | |||||
| 2012-11-16 | Fixes #5925: Adjust top margin of input group in navbar | Mark Otto | 1 | -1/+1 | |
| 2012-11-16 | Fixes #5912: User correct selector for form field states. | Mark Otto | 1 | -4/+4 | |
| Previously, we were using a generic label selector, but as this was changed in the main forms awhile back, we need to change it here. | |||||
| 2012-11-15 | Change important badges/labels to danger | Mark Otto | 1 | -4/+4 | |
| 2012-11-15 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -0/+16 | |
| 2012-11-14 | run make after latest merges | Mark Otto | 1 | -0/+12 | |
| 2012-11-10 | fixes #5873: @navbarInverseBrandColor not used | Drew Goodwin | 1 | -0/+4 | |
| 2012-11-09 | run make again | Mark Otto | 1 | -1/+0 | |
| 2012-11-05 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 2 | -4/+7 | |
| Conflicts: docs/assets/css/bootstrap.css less/navbar.less less/variables.less | |||||
| 2012-11-05 | version bump | Mark Otto | 2 | -2/+2 | |
| 2012-11-04 | Fixes #5471: Remove color from .navbar and .navbar-inverse and reassign to ↵ | Mark Otto | 1 | -7/+7 | |
| .navbar-text to prevent unintended cascading | |||||
| 2012-11-04 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -13/+17 | |
| Conflicts: docs/assets/css/bootstrap.css less/buttons.less less/forms.less | |||||
| 2012-11-04 | more required input tweaks | Mark Otto | 1 | -6/+6 | |
| 2012-11-04 | simplify invalid input css | Mark Otto | 1 | -6/+6 | |
| 2012-11-04 | Merge pull request #5786 from cvrebert/2.2.2-wip | Mark Otto | 1 | -6/+6 | |
| fixes #5494: style invalid fields as invalid regardless of required-ness | |||||
| 2012-11-04 | Fixes #5785: allow for segmented button groups in input groups | Mark Otto | 1 | -5/+8 | |
| 2012-11-04 | fixes #5494: style invalid fields as invalid regardless of required-ness | Chris Rebert | 1 | -6/+6 | |
| 2012-11-04 | Fixes #5662: white-space: nowrap; on code element | Mark Otto | 1 | -0/+1 | |
