Skip to content

Commit

Permalink
Round some corners.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 5, 2010
1 parent 23b2fdb commit 47d9a77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Expand Up @@ -102,6 +102,8 @@ img.avatar {
z-index:2;
padding:12px;
font-size:13px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#backgroundpopover {
Expand All @@ -127,6 +129,8 @@ img.avatar {
z-index:2;
padding:12px;
font-size:13px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#loginfailurepopover {
Expand All @@ -139,6 +143,8 @@ img.avatar {
z-index:2;
padding:12px;
font-size:13px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#privateprofilepopover {
Expand All @@ -152,6 +158,8 @@ img.avatar {
z-index:2;
padding:12px;
font-size:13px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

div.taglist {
Expand Down

0 comments on commit 47d9a77

Please sign in to comment.