fixes #71: Comment spoiler function not working

This commit is contained in:
albert
2011-09-15 18:12:48 -04:00
parent 66684f054e
commit 571110e9eb
2 changed files with 16 additions and 1 deletions

View File

@@ -137,6 +137,21 @@ h3 {
font-size: $h3_size;
}
.spoiler {
color: black;
background: black;
cursor: text;
display: block;
}
.spoiler a {
color: black;
}
.spoiler:hover {
color: white;
}
div.prose {
h1, h2, h3 {
line-height: 1em;