added gravatar display in the header

This commit is contained in:
Nicolas Perriault
2011-02-07 10:43:10 +01:00
parent b2b16fce26
commit 57aeebb4aa
3 changed files with 13 additions and 5 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ strong { font-weight: bold; }
li { line-height: 24px; border-bottom: 1px solid #ccc; }
p.enlarge { font-size: 144%; padding-right: 6.5em; line-height: 24px; }
p.enlarge span { color: #000 }
.contact-info { margin-top: 7px; }
.contact-info { margin-top: 7px; text-align: right; font-size: 12px;}
.contact-info img {float: right; border: 1px solid #ccc; width: 150px; height: 150px; margin: -24px 0 14px;}
.first h2 { font-style: italic; }
.last { border-bottom: 0 }