slackr drop shadows extended

This commit is contained in:
friendica 2012-05-14 21:45:37 -07:00
parent c53674d367
commit 0faa0c2ab1
1 changed files with 15 additions and 1 deletions

View File

@ -44,4 +44,18 @@ nav #site-location {
border-radius: 3px; border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;
box-shadow: 3px 3px 10px 0 #000000; box-shadow: 3px 3px 10px 0 #000000;
} }
#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;
}