- 17 Jun, 2013 1 commit
-
-
Mark Otto authored
Turns out we were nixing the default browser spacing for bullets and numbers, so this reverts that and instead just twerks the top/bottom `margin`.
-
- 16 Jun, 2013 2 commits
- 15 Jun, 2013 1 commit
-
-
Mark Otto authored
-
- 08 Jun, 2013 1 commit
-
-
Mark Otto authored
* Update docs to include table of grid levels and behaviors * Change from .col-md to .col-sm to match existing size variables we use elsewhere * Keep .col-lg as-is though for simplicity as we won't likely add a fourth level of the grid * Combine responsive .container breakpoints with grid breakpoints in grid.less * Other misc docs updates
-
- 07 Jun, 2013 1 commit
-
-
William Ghelfi authored
-
- 04 Jun, 2013 1 commit
-
-
Mark Otto authored
-
- 03 Jun, 2013 1 commit
-
-
Mark Otto authored
-
- 02 Jun, 2013 2 commits
-
-
Mark Otto authored
-
Mark Otto authored
- Removed mixins for generating grid classes - Thus, we manually declare every grid class, from 1-11 (12th unit is excluded as that's the same as no grid columns) - No more need for `.col` base class (yay!) - Negative indent the rows at tablets and above once again (ugh, still working through this part) - Add support for `.col-md` for tablet-specific grid columns - Still need to figure out offsets, pushes, and pulls on other devices—right now only available on desktop
-
- 25 May, 2013 1 commit
-
-
Mark Otto authored
* Add start and end support to the horizontal gradient as well * Change all variables from camelCase to use-dashes * Better comments in the gradients mixins area * Update current uses of gradients in dropdowns and carousel to specify only two values by direct assignment of variables
-
- 24 May, 2013 2 commits
-
-
Robert Burns authored
-
Mark Otto authored
-
- 20 May, 2013 2 commits
- 17 May, 2013 6 commits
-
-
Mark Otto authored
* No more negative side margins * However, keep the negative margin for nested rows
-
Mark Otto authored
* No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert
-
Mark Otto authored
* changed .row-label to .control-label as used elsewhere already * changed .formFieldState mixin to .form-field-validation
-
Mark Otto authored
* Update docs language * Enforce display: block; on all utilities for now * Fix up docs CSS for the tests
-
Mark Otto authored
-
Mark Otto authored
-
- 16 May, 2013 1 commit
-
-
fat authored
change dropdown strategy to use an overlay - fixes mobile click anywhere + allows for firefox middle click
-
- 15 May, 2013 5 commits
-
-
Mark Otto authored
-
Mark Otto authored
* New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
- 14 May, 2013 1 commit
-
-
Robert Burns authored
-
- 12 May, 2013 5 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
* Remove border-radii on top of tab dropdown menus * Remove the .dropdown and .dropup styles and instead place on all * Use on dropdown carets intead of separately applying margin with a top alignment * Some other misc cleanup
-
- 04 Dec, 2013 1 commit
-
-
Vinay Raghu authored
-
- 11 May, 2013 2 commits
-
-
Blake Embrey authored
-
Vinay Raghu authored
-
- 10 May, 2013 3 commits
-
-
Mark Otto authored
* Use 1.428 for line-height instead of 1.5 * Use function for full pixel values instead of decimals
-
Mark Otto authored
-
Mark Otto authored
* Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components
-
- 09 May, 2013 1 commit
-
-
Blake Embrey authored
-