summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 7b3b094..aaaf464 100644
--- a/static/style.css
+++ b/static/style.css
@@ -90,6 +90,16 @@ label {
ul.flashes {
margin: 0px auto;
+ width: 40%;
+}
+
+ul.flashes li {
+ list-style-type: none;
+ border: 2px solid green;
+ background-color: #0D5;
+ padding: 5px;
+ padding: 0px;
+ text-align: center;
}
a, a:visited {