aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-02-29 23:58:32 +0100
committerMario Vavti <mario@mariovavti.com>2016-02-29 23:58:32 +0100
commit2d45f9f385a5738d2126f66c0e5467533e6838c2 (patch)
treea1b45bbdf64584ed92ca384c40c5ca8f2678abe6 /view
parent3f90da5643e36cd09b53043f05a3e3e2dea6d90a (diff)
downloadvolse-hubzilla-2d45f9f385a5738d2126f66c0e5467533e6838c2.tar.gz
volse-hubzilla-2d45f9f385a5738d2126f66c0e5467533e6838c2.tar.bz2
volse-hubzilla-2d45f9f385a5738d2126f66c0e5467533e6838c2.zip
provide footer bbcode
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css5
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;