# HG changeset patch # User bsw # Date 1332449498 -3600 # Node ID 22dc9f100c67467af53258150e3ad9b87b0258d9 # Parent 160b859e71800e95131addfbb1b1ebb77923412c Align rank column in iniative list diff -r 160b859e7180 -r 22dc9f100c67 static/style.css --- a/static/style.css Thu Mar 22 09:10:57 2012 +0100 +++ b/static/style.css Thu Mar 22 21:51:38 2012 +0100 @@ -1076,8 +1076,13 @@ margin-right: 0.3em; } +.initiative .rank { + width: 2.5em; +} + + .initiative .interest { - width: 16px; + width: 20px; height: 16px; line-height: 100%; }