get rid of space that breaks the info message

This commit is contained in:
Doug Bell 2010-08-04 14:28:23 -05:00
parent 6a1ec0468e
commit 1e4815eedc

View file

@ -136,3 +136,8 @@ a:link {
background-repeat: no-repeat;
padding-left: 20px;
}
#infoMessage * {
margin: 0;
padding: 0;
}