diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-29 23:58:32 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-29 23:58:32 +0100 |
commit | 2d45f9f385a5738d2126f66c0e5467533e6838c2 (patch) | |
tree | a1b45bbdf64584ed92ca384c40c5ca8f2678abe6 /view/theme/redbasic/css | |
parent | 3f90da5643e36cd09b53043f05a3e3e2dea6d90a (diff) | |
download | volse-hubzilla-2d45f9f385a5738d2126f66c0e5467533e6838c2.tar.gz volse-hubzilla-2d45f9f385a5738d2126f66c0e5467533e6838c2.tar.bz2 volse-hubzilla-2d45f9f385a5738d2126f66c0e5467533e6838c2.zip |
provide footer bbcode
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f4fa0415c..5dca2785c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1243,6 +1243,11 @@ img.mail-conv-sender-photo { font-size: $font_size; } +.wall-item-footer { + font-size: $body_font_size; + margin-top: 2em; +} + .wall-item-content-wrapper { background-color: $item_colour; border-top-right-radius: $radiuspx; |