More comprehensive system for displaying icons vertically centred within text
[ndcode_site.git] / css / bootstrap / _reboot.scss
index cd93bfe..5339e13 100644 (file)
@@ -254,12 +254,13 @@ img {
   border-style: none; // Remove the border on images inside links in IE 10-.
 }
 
-svg {
-  // Workaround for the SVG overflow bug in IE10/11 is still required.
-  // See https://github.com/twbs/bootstrap/issues/26878
-  overflow: hidden;
-  vertical-align: middle;
-}
+// Nick
+//svg {
+//  // Workaround for the SVG overflow bug in IE10/11 is still required.
+//  // See https://github.com/twbs/bootstrap/issues/26878
+//  overflow: hidden;
+//  vertical-align: middle;
+//}
 
 
 //