Skip to content

Instantly share code, notes, and snippets.

@kneath
Created March 8, 2010 23:18
Show Gist options
  • Save kneath/325925 to your computer and use it in GitHub Desktop.
Save kneath/325925 to your computer and use it in GitHub Desktop.
I wish this were a joke
.new-comments .starting-comment{
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}
.new-comments .starting-comment .meta{
background-image:url(/images/modules/comments/metabar-large.gif);
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.new-comments .starting-comment .body{
background:#fff;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment