diff options
Diffstat (limited to 'templates/content')
-rw-r--r-- | templates/content/style/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/content/style/style.css b/templates/content/style/style.css index aba67eee..175fcb66 100644 --- a/templates/content/style/style.css +++ b/templates/content/style/style.css @@ -1265,6 +1265,9 @@ p.space-above { .margin-bottom { margin-bottom: 10px; } +.margin-top { + margin-top: 10px; +} .inline-block { display:inline-block; } |