From 300ed3f2a7f3d5f1b58e92c0c01702d1a59ed6e0 Mon Sep 17 00:00:00 2001 From: markdotto Date: Sat, 2 Jun 2012 16:15:12 -0700 Subject: [PATCH] Created Bootstrap 3 brainstorm (markdown) --- Bootstrap-3-brainstorm.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Bootstrap-3-brainstorm.md diff --git a/Bootstrap-3-brainstorm.md b/Bootstrap-3-brainstorm.md new file mode 100644 index 0000000..8b45d6b --- /dev/null +++ b/Bootstrap-3-brainstorm.md @@ -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 \ No newline at end of file