Skip to content

Commit

Permalink
[master,css][xs]: nicer gravatar styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock authored and David Read committed Feb 10, 2012
1 parent 13243df commit 33b1d1d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions ckan/public/css/style.css
Expand Up @@ -78,12 +78,6 @@ header .account {
float: right;
}

header .account img.gravatar {
margin: 0 5px -5px 0;
border-radius: 3px;
}


header .search {
margin: 1px;
margin-left: 1em;
Expand Down Expand Up @@ -238,6 +232,10 @@ tbody tr.table-empty td {
border-bottom: 1px dashed #000;
}

img.gravatar {
margin: 0 5px -5px 0;
border-radius: 3px;
}

/* =============== */
/* MinorNavigation */
Expand Down

0 comments on commit 33b1d1d

Please sign in to comment.