Fix #5678 - tidy up roojs directory
[roojs1] / old-css-bootstrap / alert.css
diff --git a/old-css-bootstrap/alert.css b/old-css-bootstrap/alert.css
deleted file mode 100644 (file)
index b875066..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -- this makes the icons for the alert boxes a round box.. */
-
-.alert {
-  padding-left: 30px;
-  margin-top: 20px;
-  margin-left: 15px;
-  position: relative;
-}
-.alert > .fa,
-.alert > .glyphicon {
-  position: absolute;
-  left: -15px;
-  top: -15px;
-  width: 35px;
-  height: 35px;
-  -webkit-border-radius: 50%;
-  -moz-border-radius: 50%;
-  border-radius: 50%;
-  line-height: 35px;
-  text-align: center;
-  background: inherit;
-  border: inherit;
-}
\ No newline at end of file