[extensions-web] user menu: Force the avatar height to 70px



commit 43f1d65069ea2b5cc998b7d6d7bf472f0dba740c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 26 01:32:51 2012 -0300

    user menu: Force the avatar height to 70px
    
    Not sure why this isn't correct already

 sweettooth/static/css/template.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/template.css b/sweettooth/static/css/template.css
index 5912ad4..d76f74e 100644
--- a/sweettooth/static/css/template.css
+++ b/sweettooth/static/css/template.css
@@ -146,6 +146,7 @@ a:visited {
     display: block;
     margin: 14px auto 0 auto;
     width: 70px;
+    height: 70px;
     background-color: #fff;
     background-size: contain;
     border: 2px solid #8b8b8b;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]