diff options
| author | Jacob Thornton <[email protected]> | 2012-01-07 10:56:28 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-07 10:56:28 -0800 |
| commit | 402c4800970e179b5c804b4964c51661ed02603c (patch) | |
| tree | a63e809cb182b47a521f7a1c68601b3051f1fa8b /docs/upgrading.html | |
| parent | fbb42ccbbbfcab985a2c588532511f4af324ebc1 (diff) | |
| parent | b6d50c892d6ae8ed42ff0bfbba4252c7dc47417e (diff) | |
| download | bootstrap-402c4800970e179b5c804b4964c51661ed02603c.tar.xz bootstrap-402c4800970e179b5c804b4964c51661ed02603c.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/upgrading.html')
| -rw-r--r-- | docs/upgrading.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html index 7be1fd708..3e7e2c768 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -92,6 +92,9 @@ <li>Typography <ul> <li>Right-aligned option for blockquotes if float: right;</li> + <li><code>h4</code> elements were dropped from 16px to 14px with a default <code>line-height</code> of 18px</li> + <li><code>h5</code> elements were dropped from 14px to 12px</li> + <li><code>h6</code> elements were dropped from 13px to 11px</li> </ul> </li> <li>Buttons @@ -99,6 +102,17 @@ <li>Added button bar options</li> </ul> </li> + <li>Examples + <ul> + <li>Fluid examples redone. <code>.fluid-container</code> now requires a <code>.sidebar-left</code> or <code>.sidebar-right</code> as well. Fluid sidebar element has a new class, <code>.fluid-sidebar</code>.</li> + </ul> + </li> + <li>Dropdown menus + <ul> + <li>Updated the <code>.dropdown-menu</code> to tighten up spacing</li> + <li>Now requires you to add a <code><span class="caret"></span></code> to show the dropdown arrow</li> + </ul> + </li> </ul> <!-- <li> |
