diff options
author | friendica <info@friendica.com> | 2014-08-06 17:00:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-06 17:00:57 -0700 |
commit | 778898afa5e36286f62e2871491f43c34cc0cdf3 (patch) | |
tree | c45f67d2165838de8ed93188e9564b457248c4f4 | |
parent | 70449755202327bd6ac06cbbae04ba6098f43a1e (diff) | |
parent | 1fcb4d88a40b71ebcf123e7ff7eedea0cc52de57 (diff) | |
download | volse-hubzilla-778898afa5e36286f62e2871491f43c34cc0cdf3.tar.gz volse-hubzilla-778898afa5e36286f62e2871491f43c34cc0cdf3.tar.bz2 volse-hubzilla-778898afa5e36286f62e2871491f43c34cc0cdf3.zip |
Merge https://github.com/friendica/red into pending_merge
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 15c0ae8a5..8aecd484c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -369,7 +369,7 @@ aside li { } #profile-edit-links { - width: $converse_width; + max-width: $converse_width; padding-top: 15px; padding-bottom: 15px; } |