diff --git a/colab/accounts/templates/accounts/user_detail.html b/colab/accounts/templates/accounts/user_detail.html index 2dd8660..d6f18f8 100644 --- a/colab/accounts/templates/accounts/user_detail.html +++ b/colab/accounts/templates/accounts/user_detail.html @@ -15,7 +15,7 @@ {% block main-content %}
-
+
{% gravatar user_.email 200 %}
diff --git a/colab/static/css/screen.css b/colab/static/css/screen.css index d7cb08e..00c14e8 100644 --- a/colab/static/css/screen.css +++ b/colab/static/css/screen.css @@ -138,16 +138,16 @@ div.submit { /* User profile */ -.vcard { +.colab-vcard { min-height: 400px; } -.vcard .thumbnail { +.colab-vcard .thumbnail { width: 200px; height: 200px; } -.vcard h1 { +.colab-vcard h1 { margin: 0; padding: 0; font-size: 26px; @@ -155,8 +155,8 @@ div.submit { letter-spacing: -1px; } -.vcard h1 span, -.vcard h1 em { +.colab-vcard h1 span, +.colab-vcard h1 em { display: inline-block; overflow-x: hidden; text-overflow: ellipsis; @@ -165,14 +165,14 @@ div.submit { vertical-align: bottom; } -.vcard h1 em { +.colab-vcard h1 em { font-weight: 300; font-size: 20px; font-size: 20px; letter-spacing: 1px; } -.vcard .divider { +.colab-vcard .divider { border-bottom: 1px solid #EEE; margin-top: 10px; } @@ -417,7 +417,7 @@ span.highlighted { } /* Subscribe list */ -.vcard .label { +.colab-vcard .label { line-height: 2; } -- libgit2 0.21.2