From e1a83099e85f30bc7bb5a7e71a79e88ec39781ee Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 15 May 2013 18:31:49 -0400 Subject: [PATCH] fixed bottom padding on mainposter avatar --- public/css/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.less b/public/css/style.less index 5baf8cacca..a827248a2c 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -324,7 +324,7 @@ footer.footer { .hover-overlay { margin: 5px; position: absolute; - bottom: 2px; + bottom: 0px; height: 45px; padding-top: 2px; width:120px;