aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-15 08:45:19 +0200
committerzottel <github@zottel.net>2012-05-15 08:45:19 +0200
commite9aeafbe13fc8b6371914ecbff67a19769b84bb5 (patch)
tree76fd29eee316460476479ce84c5b36c4b070750f /view/theme
parent584b15aaecbf6f58cda2031908f0319c6dfc0700 (diff)
parent0faa0c2ab189d4a3fd15e843077c2715335eebde (diff)
downloadvolse-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.css16
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;
+}
+
+