diff options
author | redmatrix <git@macgirvin.com> | 2016-02-29 19:34:23 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-29 19:34:23 -0800 |
commit | 91bb4bdf508ab87951a3e01ac3632cffc7bff07d (patch) | |
tree | cbe4dc7b0e4641ea677c159cb6871adf0b40f6db /view/theme/redbasic/css | |
parent | be2b7c0b5f7f9b8080affbb4bc44c5adda18e82f (diff) | |
parent | 2d45f9f385a5738d2126f66c0e5467533e6838c2 (diff) | |
download | volse-hubzilla-91bb4bdf508ab87951a3e01ac3632cffc7bff07d.tar.gz volse-hubzilla-91bb4bdf508ab87951a3e01ac3632cffc7bff07d.tar.bz2 volse-hubzilla-91bb4bdf508ab87951a3e01ac3632cffc7bff07d.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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; |