diff options
author | marijus <mario@localhost.localdomain> | 2013-12-12 15:15:01 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-12-12 15:15:01 +0100 |
commit | b994faee9d24a6290e342b6389c56fa7f9ecfac1 (patch) | |
tree | f26d2d4cb9aff3c78b2a874f5740ac97f0e8d926 | |
parent | 8f6af66a730250c7688168eecf8ba9b99df2536b (diff) | |
download | volse-hubzilla-b994faee9d24a6290e342b6389c56fa7f9ecfac1.tar.gz volse-hubzilla-b994faee9d24a6290e342b6389c56fa7f9ecfac1.tar.bz2 volse-hubzilla-b994faee9d24a6290e342b6389c56fa7f9ecfac1.zip |
mark some things for deletion
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e02f55520..0db9caa4e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -676,7 +676,7 @@ footer { list-style: none; } -.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo { +/* .contact-entry-photo img, */ .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo { border-radius: $radiuspx; -moz-border-radius: $radiuspx; box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; @@ -2488,12 +2488,16 @@ img.mail-list-sender-photo { margin-bottom: 10px; } +/* seems oblolete .contact-entry-photo img { border: none; } +*/ + .contact-entry-photo-end { clear: both; } + .contact-entry-name { float: left; margin-left: 0px; @@ -2501,11 +2505,14 @@ img.mail-list-sender-photo { width: 120px; overflow: hidden; } + +/* seems obsolete .contact-entry-edit-links { margin-top: 6px; margin-left: 10px; width: 16px; } + .contact-entry-nav-wrapper { float: left; margin-left: 10px; @@ -2515,10 +2522,13 @@ img.mail-list-sender-photo { border: none; margin-right: 15px; } + .contact-entry-photo { float: left; position: relative; } +*/ + .contact-entry-end { clear: both; } |