diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-22 10:52:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-22 10:52:10 +0200 |
commit | 6f8d29ad8076fc53019739cdc9afa3d15d250d8e (patch) | |
tree | c426b70647c55eda335239ac31a5c43170d41790 /view/theme/redbasic | |
parent | eb947acebe696eeccd378e1ef1e3bffd6533165c (diff) | |
download | volse-hubzilla-6f8d29ad8076fc53019739cdc9afa3d15d250d8e.tar.gz volse-hubzilla-6f8d29ad8076fc53019739cdc9afa3d15d250d8e.tar.bz2 volse-hubzilla-6f8d29ad8076fc53019739cdc9afa3d15d250d8e.zip |
move photo object stuff from itemObject to prepare_body() so we can do more stuff with it
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e079af4da..d90e9e7c8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1621,6 +1621,10 @@ img.mail-conv-sender-photo { } /* conversation */ +.nsfw-wrap { + text-align: center; + font-size: $body_font_size; +} .wall-item-head { padding: 10px 10px 0.5em 10px; @@ -1762,7 +1766,6 @@ img.mail-conv-sender-photo { .divgrow-showmore:hover { border-top: 1px dashed #adadad; - text-decoration: underline; } |