diff options
author | zottel <github@zottel.net> | 2012-05-15 08:45:19 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-15 08:45:19 +0200 |
commit | e9aeafbe13fc8b6371914ecbff67a19769b84bb5 (patch) | |
tree | 76fd29eee316460476479ce84c5b36c4b070750f /view/theme | |
parent | 584b15aaecbf6f58cda2031908f0319c6dfc0700 (diff) | |
parent | 0faa0c2ab189d4a3fd15e843077c2715335eebde (diff) | |
download | volse-hubzilla-e9aeafbe13fc8b6371914ecbff67a19769b84bb5.tar.gz volse-hubzilla-e9aeafbe13fc8b6371914ecbff67a19769b84bb5.tar.bz2 volse-hubzilla-e9aeafbe13fc8b6371914ecbff67a19769b84bb5.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/slackr/style.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 6fe214d74..abb431ab9 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -44,4 +44,18 @@ nav #site-location { border-radius: 3px; -moz-border-radius: 3px; box-shadow: 3px 3px 10px 0 #000000; -}
\ No newline at end of file +} + +#sidebar-page-list img { + border-radius: 3px; + -moz-border-radius: 3px; + box-shadow: 3px 3px 10px -2px #000000; +} + +.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img { + border-radius: 3px; + -moz-border-radius: 3px; + box-shadow: 3px 3px 10px 0 #000000; +} + + |