diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index b323a9902..660b0ab53 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -206,6 +206,9 @@ h2 { -webkit-border-radius: 8px; -moz-border-radius: 8px; } +.margin_none { + margin:0; +} .margin_top { margin-top:10px; } |