Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added clarification for polyfill requirement
Added note about BS 3.0.1
  • Loading branch information
coliff committed Nov 3, 2013
1 parent 5575969 commit 02e75e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Bootstrap 3 drops support for Internet Explorer 7, but you can add it back by si
```

### Requirements
- Boostrap 3 uses the box-sizing property for layouts which is not natively supported by IE7. The polyfill 'boxsizing.htc' is suggested: https://github.com/Schepp/box-sizing-polyfill
- Boostrap 3 uses the box-sizing property for layouts which is not natively supported by IE7. The polyfill 'boxsizing.htc' is required: https://github.com/Schepp/box-sizing-polyfill


### FAQS
Expand All @@ -28,7 +28,11 @@ Bootstrap 3 drops support for Internet Explorer 7, but you can add it back by si

A. Although this CSS does not include IE6-specific fixes, it does fix the webfonts icon, so it's worthwhile using the conditional code 'if lt IE 8' rather than 'if IE 7'.

* Q. Does this include add support for all the new Glyphicons included in Bootstrap 3.0.1?

A. Yep!


### Known Issues
- This is not complete yet. I'm working on fixing some issues to match the final Bootstrap 3.0 CSS changes. Please open a pull request If you've fixed something.
- This is not complete yet. I'm working on fixing some issues to match the final Bootstrap 3.0.1 CSS changes. Please open a pull request If you've fixed something.
- As this is only a CSS stylesheet there may be problems with using Bootstrap 3's JavaScript in IE7.

0 comments on commit 02e75e7

Please sign in to comment.