summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-11-28 17:17:22 +0100
committerYorhel <git@yorhel.nl>2009-11-28 17:17:22 +0100
commitbbfc0bb866b2ad327eb25a97d3624b9eb3a7631b (patch)
tree6d6f2bf2db2670d840250c6ce01f706750d25ebd /data
parent654a98a3ecc7faf359656c702eadb37f4465d42e (diff)
v+: Allow hiding of NSFW cover even if NSFW warning is disabled
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index d6542477..cddff784 100644
--- a/data/style.css
+++ b/data/style.css
@@ -599,7 +599,7 @@ div.vnimg p {
.vndesc p {
padding: 0 0 0 5px;
}
-img#nsfw_hid {
+p#nsfw_hid {
display: none;
cursor: pointer;
}