src/main/webapp/css/comment.css
author Tomas Zeman <tzeman@volny.cz>
Tue, 01 May 2012 23:27:55 +0200
changeset 89 fd364bae9c49
parent 83 f7553032b302
permissions -rw-r--r--
Basic authorization: only logged in user can change entities

.comment-author:first-child {
  border-top: medium none;
  padding-top: 0;
}

.comment-author {
  background-position: 0 1.5em;
  border-top: 1px solid #eeeeee;
  padding-top: 1.5em;
}