mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Created Bootstrap 3 brainstorm (markdown)
24
Bootstrap-3-brainstorm.md
Normal file
24
Bootstrap-3-brainstorm.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
## Updated browser support
|
||||||
|
- Drop support for IE7
|
||||||
|
- remove all *hacks
|
||||||
|
- remove `.ie7-` mixins
|
||||||
|
- double check all `\9` hacks against IE8
|
||||||
|
- Drop support for Firefox 3.6
|
||||||
|
- remove `-moz` prefixes from:
|
||||||
|
- `border-radius`
|
||||||
|
- `box-shadow`
|
||||||
|
- keep for all other CSS3 properties (transitions, etc)
|
||||||
|
|
||||||
|
## Components
|
||||||
|
|
||||||
|
### Hero unit
|
||||||
|
- add classes for hero-unit sub-elements
|
||||||
|
- change .hero-unit to .hero
|
||||||
|
- h1 to .hero-heading
|
||||||
|
- p to .hero-tagline
|
||||||
|
|
||||||
|
## Misc and unsorted
|
||||||
|
- .input-mini to .input-xsmall per -large and -xlarge
|
||||||
|
- explore better horizontal forms with span* classes to do .span2 on label with .offset2 on .controls?
|
||||||
|
- .divider to .separator
|
||||||
|
- consider .table-full/.table-expand for 100% width on tables instead of assuming that as intended behavior
|
Reference in New Issue
Block a user