Commit f13bccc14ba915c1d04ac1688f789709267a82a9
1 parent
c05692b7
Exists in
master
and in
4 other branches
better flash message style
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
... | ... | @@ -129,10 +129,12 @@ table a code { |
129 | 129 | border-bottom:1px solid #ccc; |
130 | 130 | |
131 | 131 | h4 { |
132 | - color:#444; | |
133 | - font-size:22px; | |
132 | + color:#666; | |
133 | + font-size:18px; | |
134 | + line-height:38px; | |
134 | 135 | padding-top:5px; |
135 | 136 | margin:2px; |
137 | + font-weight:normal; | |
136 | 138 | } |
137 | 139 | } |
138 | 140 | ... | ... |