From 6d2dfac3ac98c67a2f2498af1ca6883ecdfd38dd Mon Sep 17 00:00:00 2001 From: ctquantum Date: Sat, 19 Jan 2013 12:58:45 -0500 Subject: [PATCH] Update css/pushup.css Fixed a malformed margin-right on line 50. --- css/pushup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/pushup.css b/css/pushup.css index 7877a5d..594082c 100755 --- a/css/pushup.css +++ b/css/pushup.css @@ -47,7 +47,7 @@ #pushup .pushup_message { position: relative; float: left; - marginRight: 3px; + margin-right: 3px; line-height: 22px; vertical-align: middle; } @@ -62,4 +62,4 @@ } #pushup .pushup_messageLink:hover, -#pushup .pushup_reminder:hover { text-decoration: underline; } \ No newline at end of file +#pushup .pushup_reminder:hover { text-decoration: underline; }