diff options
author | friendica <info@friendica.com> | 2013-07-15 18:08:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-15 18:08:03 -0700 |
commit | 2cfd9a3fa9819d492a9718f0ae8cc7bb8fc3faac (patch) | |
tree | 18e1ff47094d3f24a4cec79890b758c89852a6c8 /view/theme/redbasic | |
parent | 3bd7c1af238191bd9b1a739b7123fc1ec0296174 (diff) | |
parent | 1ace84a5644b72a20991d15f60d4b1fcb3ed926e (diff) | |
download | volse-hubzilla-2cfd9a3fa9819d492a9718f0ae8cc7bb8fc3faac.tar.gz volse-hubzilla-2cfd9a3fa9819d492a9718f0ae8cc7bb8fc3faac.tar.bz2 volse-hubzilla-2cfd9a3fa9819d492a9718f0ae8cc7bb8fc3faac.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 34f42f9a8..a3d444a1a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1227,15 +1227,16 @@ footer { } #profile-upload-wrapper { float: left; - margin-left: 30px; + margin-left: 15px; } #profile-attach-wrapper { float: left; - margin-left: 30px; + margin-left: 15px; } #profile-rotator { float: left; - margin-left: 30px; + margin: 8px 0px 0px 20px; + color: #777; } #profile-link-wrapper { float: left; @@ -1263,7 +1264,6 @@ footer { margin-top: 0px !important; } - #profile-nolocation-wrapper { float: left; margin-left: 15px; |