aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-02 22:59:58 -0700
committerfriendica <info@friendica.com>2013-10-02 22:59:58 -0700
commite1fb45bc4a17fe4b16b6f4d49f620d56009baa96 (patch)
tree4abceafe683aafba37edc4fbbe611d247eba7300 /view/theme/redbasic/css
parent355c42788412d99801ce0f172dd6dbf529c09baf (diff)
downloadvolse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.tar.gz
volse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.tar.bz2
volse-hubzilla-e1fb45bc4a17fe4b16b6f4d49f620d56009baa96.zip
bring back photo shadows (via theme settings)
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 868da0a03..3f4a71104 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1405,7 +1405,7 @@ tr.mceLast {
.wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
border-radius: $radiuspx;
-moz-border-radius: $radiuspx;
- /*box-shadow: 4px 4px 3px 0 #444444; */
+ box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}