1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

Updated Upcoming 3.0 changes (markdown)

mdo
2012-12-03 00:17:01 -08:00
parent a362284e64
commit df1bb5e92c

@@ -47,7 +47,19 @@ While our last major version bump (2.0) was a complete rewrite of the docs, CSS,
### Navigation
- **Removed the `.nav-list` option** to simplify nav offerings.
- ❑ Instead, `.nav-stacked` will be a modifier class for tabs and pills to achieve virtually the same component.
- ❑ Improve collapsed navbar behavior for better handling of dropdowns and other content.
### Thumbnails
- **Dropped the `.thumbnails` meta component.** Instead of special HTML and CSS for grid sizing, just use the grid system itself.
- Individual `.thumbnail` styles are still available, but for sizing, require a parent with a set `width` (e.g., grid columns).
- Individual `.thumbnail` styles are still available, but for sizing, require a parent with a set `width` (e.g., grid columns).
### Modals
- ❑ Realigned aesthetics
- ❑ No more inner modal scrolling. Instead, modals will grow to house their content and the page scroll to house the modal.
- ❑ Maybe: Three size options (normal, large, and small).
- ❑ Maybe: Improved vertical and horizontal positioning.
----------
### What's being punted
- Redesigned carousel. Should ideally include new next/prev controls, vertical option, and indicators.