diff options
author | friendica <info@friendica.com> | 2013-03-11 16:13:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-11 16:13:09 -0700 |
commit | b86277b0ff7aa7ea5e04a646b628785fc31f0c3e (patch) | |
tree | 2774bc8509ea21cff7d32a47650227c9e914c46d /view | |
parent | bcf4592cb078b6afc3b8c65cd5832cee17a38ffc (diff) | |
download | volse-hubzilla-b86277b0ff7aa7ea5e04a646b628785fc31f0c3e.tar.gz volse-hubzilla-b86277b0ff7aa7ea5e04a646b628785fc31f0c3e.tar.bz2 volse-hubzilla-b86277b0ff7aa7ea5e04a646b628785fc31f0c3e.zip |
dangerous typo that removes all your hublocs, fix reshare formatting
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 6c168be56..955478e10 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3751,4 +3751,6 @@ ul.menu-popup { margin-top: 8px; } -.profile-match-connect { margin-top: 5px; }
\ No newline at end of file +.profile-match-connect { margin-top: 5px; } + +.reshared-content { margin-left: 10px; }
\ No newline at end of file |