diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-17 12:56:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-17 12:56:55 +0100 |
commit | 40162cd6b712f45ecd21f41d7793b2a6be6ac021 (patch) | |
tree | fa4f234f4deb22a868e08a194dfaace1da55c190 /view/theme | |
parent | a41a05e6c0b0fa5f9497f0880a2db9d8d7374092 (diff) | |
download | volse-hubzilla-40162cd6b712f45ecd21f41d7793b2a6be6ac021.tar.gz volse-hubzilla-40162cd6b712f45ecd21f41d7793b2a6be6ac021.tar.bz2 volse-hubzilla-40162cd6b712f45ecd21f41d7793b2a6be6ac021.zip |
some work on profile listing
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4115ea764..f0e057425 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -328,37 +328,6 @@ footer { margin-bottom: 15px; } -.profile-listing-photo-wrapper { - float: left; -} - -.profile-listing-edit-buttons-wrapper { - clear: both; -} -.profile-listing-photo-edit-link { - float: left; - width: 125px; -} -.profile-listing-end { - clear: both; -} -.profile-listing-edit-buttons-wrapper img{ - border: none; - margin-right: 20px; -} -.profile-listing { - margin-top: 25px; -} -.profile-listing-name { - float: left; - margin-left: 32px; - margin-top: 10px; - color: #3172BD; - font-weight: bold; - width: 200px; - -} - .app-name { overflow: none; } |