1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

threads: toggle comments js

This commit is contained in:
Gabor Adam Toth 2010-02-15 13:36:17 +01:00
parent ca4da0725b
commit 249ecc4237
2 changed files with 37 additions and 10 deletions

View file

@ -77,11 +77,21 @@ body.threads,
margin: 22px 44px;
}
.entry .text {
.entry .body {
background: black;
padding: 5px;
}
.entry .body .comment {
margin: 0.5em 1em 0;
padding: 2px;
border-top: 1px solid #933;
}
.entry .body .comment-author {
font-weight: bold;
}
.entry .title {
display: none;
}
@ -90,6 +100,7 @@ body.threads,
.entry .footer a,
.entry .footer a:visited {
cursor: pointer;
color: white;
background: transparent;
}
@ -99,6 +110,10 @@ body.threads,
text-decoration: underline;
}
.entry .footer .comments {
.entry .footer .comments-link {
float: right;
}
.hidden {
display: none;
}