BUG: Removed !important attribute of #Remember margin

This commit is contained in:
Justin Martin 2012-12-13 09:56:26 -08:00 committed by Ingo Schommer
parent 8066376290
commit 0ee7bbf75c

View File

@ -1,4 +1,4 @@
#Remember { margin: 0.5em 0 0.5em 11em !important; }
#Remember { margin: 0.5em 0 0.5em 11em; }
p#Remember label { display: inline-block; margin: 0; }