diff options
Diffstat (limited to 'budget/static/main.css')
| -rw-r--r-- | budget/static/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 70547e1..2c7d4a4 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -80,3 +80,10 @@ a { .negative{ color: red; } + +.flash{ + padding:8px; + background-color: #ffc; + font-weight: bold; + font-size:15px;-moz-border-radius: 6px;-webkit-border-radius: 6px; +} |
