diff options
author | Thomas Willingham <founder@kakste.com> | 2013-10-02 20:39:47 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-10-02 20:39:47 +0100 |
commit | 6224a5e458dd06c791e073c7b21a3b0fefd5e4d6 (patch) | |
tree | d27773a2961d40323b73d9319356e7d2b814d4de /view/theme/redbasic/css | |
parent | 6b095f7b237a62463abcf7257304fce83b60890f (diff) | |
download | volse-hubzilla-6224a5e458dd06c791e073c7b21a3b0fefd5e4d6.tar.gz volse-hubzilla-6224a5e458dd06c791e073c7b21a3b0fefd5e4d6.tar.bz2 volse-hubzilla-6224a5e458dd06c791e073c7b21a3b0fefd5e4d6.zip |
Why use 6 lines when you can use 8,000?
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6019a7c6b..868da0a03 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: 4px 4px 3px 0 #444444; */ } |