diff --git a/Bootstrap-3-brainstorm.md b/Bootstrap-3-brainstorm.md deleted file mode 100644 index 8b45d6b..0000000 --- a/Bootstrap-3-brainstorm.md +++ /dev/null @@ -1,24 +0,0 @@ -## 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