spoiler tags are now inline

This commit is contained in:
albert
2011-10-24 13:49:45 -04:00
parent d2177512ea
commit 1fc7907374
4 changed files with 254 additions and 187 deletions

View File

@@ -1,14 +1,12 @@
.spoiler {
color: black;
background: black;
cursor: text;
display: block;
}
.spoiler a {
color: black;
}
.spoiler:hover {
.spoiler a:hover {
color: white;
}