Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-09-08 21:44:28 +0400
committerChris Rebert <github@rebertia.com>2014-09-08 21:44:28 +0400
commit8bb1a3fc754eeda62c3ccdcd4da7c82854220a20 (patch)
tree9ecfbe4ae4e0c26d297c018b5757fb30733e773a /docs/customize.html
parent48a1308e5dcf3fac575b74174ef07731203e335e (diff)
customizer: minor cleanup of IE8 error messaging code
[skip sauce]
Diffstat (limited to 'docs/customize.html')
-rw-r--r--docs/customize.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/customize.html b/docs/customize.html
index 2e918bd6ee..4d9487baaa 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -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.
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]>
<style>
@@ -17,7 +16,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
display: none;
}
</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>
Please take a second to <a href="http://browsehappy.com/">upgrade to a more modern browser</a>.
</div>