Commit d06dedc

Stephen Peasley <s@stephenpeasley.com>
2015-06-13 16:26:56
Adjust flash styling
1 parent a906d2d
Changed files (1)
app
assets
stylesheets
app/assets/stylesheets/global.scss
@@ -52,3 +52,13 @@ header {
     text-decoration: underline;
   }
 }
+/* ---------------------------------------------- */
+/* Alerts --------------------------------------- */
+/* ---------------------------------------------- */
+.alert-box ul {
+	margin: 0;
+	li {
+		list-style-type: none;
+		text-align: center;
+	}
+}
\ No newline at end of file