]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
customizer: minor cleanup of IE8 error messaging code
authorChris Rebert <github@rebertia.com>
Mon, 8 Sep 2014 17:44:28 +0000 (10:44 -0700)
committerChris Rebert <github@rebertia.com>
Mon, 8 Sep 2014 17:44:28 +0000 (10:44 -0700)
[skip sauce]

docs/customize.html

index 2e918bd6eec8840e3e46cf0187fa5e750c09584e..4d9487baaa7b00bf712a4fdccd5c1a21b53b3cc6 100644 (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.
   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>