summaryrefslogtreecommitdiffstats
path: root/static/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/layout.css')
-rw-r--r--static/layout.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/layout.css b/static/layout.css
index 2d7be98..ce5461a 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -7,7 +7,7 @@ ul.flashes {
}
ul.flashes li {
list-style: none;
- margin-left: 0;
+ margin: .2em 0;
display: block;
padding: .2em .4em;
@@ -26,7 +26,7 @@ ul.flashes li.success {
body {
margin: 0 auto;
- width: 640px;
+ max-width: 40em;
}
#header {