diff options
author | friendica <info@friendica.com> | 2013-12-02 19:26:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-02 19:26:57 -0800 |
commit | 061725b97a1086a89a5542005b6b6e58d38437ff (patch) | |
tree | f9e3e5f48932d9acf65de393a998b4035a58f5e0 | |
parent | 2475357e3c8d714b18f741074f5737a2ccf13dae (diff) | |
download | volse-hubzilla-061725b97a1086a89a5542005b6b6e58d38437ff.tar.gz volse-hubzilla-061725b97a1086a89a5542005b6b6e58d38437ff.tar.bz2 volse-hubzilla-061725b97a1086a89a5542005b6b6e58d38437ff.zip |
clear floats on the connect button
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index cd0842683..33e89d3f2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1834,6 +1834,7 @@ a.mail-list-link { border-radius: $radiuspx; padding: 5px; font-weight: bold; + clear: both; } |