# HG changeset patch # User bsw # Date 1330463653 -3600 # Node ID 6be42327b67f83bede7b28443a3bfb376f738c16 # Parent 693e7438fc98654f8194c29f604300cd9484ee47 Fixed vertical align for horizontal delegation arrows diff -r 693e7438fc98 -r 6be42327b67f static/style.css --- a/static/style.css Tue Feb 28 19:51:29 2012 +0100 +++ b/static/style.css Tue Feb 28 22:14:13 2012 +0100 @@ -466,10 +466,13 @@ border-top: none; } +.delegation_arrow { + vertical-align: middle; +} + .vote_info .delegation_arrow { margin-top: 1ex; margin-bottom: 1ex; - vertical-align: middle; } .vote_info .delegation_arrow_overridden {