0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-11 08:54:23 +01:00

customizer: minor cleanup of IE8 error messaging code

[skip sauce]
This commit is contained in:
Chris Rebert 2014-09-08 10:44:28 -07:00
parent 48a1308e5d
commit 8bb1a3fc75

View File

@ -7,7 +7,6 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
<!-- less.js isn't IE8-compatible and throws an exception during initialization, so our Blob compatibility check and error messaging code never get called in that case. <!-- less.js isn't IE8-compatible and throws an exception during initialization, so our Blob compatibility check and error messaging code never get called in that case.
So we use a conditional comment instead to inform folks about the lack of IE8 support. So we use a conditional comment instead to inform folks about the lack of IE8 support.
The alert covers up the entire customizer UI.
--> -->
<!--[if lt IE 9]> <!--[if lt IE 9]>
<style> <style>
@ -17,7 +16,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
display: none; display: none;
} }
</style> </style>
<div class="alert alert-danger bs-customizer-alert-ie"> <div class="alert alert-danger">
<strong>The Bootstrap Customizer does not support IE9 and below.</strong><br> <strong>The Bootstrap Customizer does not support IE9 and below.</strong><br>
Please take a second to <a href="http://browsehappy.com/">upgrade to a more modern browser</a>. Please take a second to <a href="http://browsehappy.com/">upgrade to a more modern browser</a>.
</div> </div>