summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-04-06 11:41:51 +0200
committerYorhel <git@yorhel.nl>2011-04-06 11:43:02 +0200
commit6da8f418ed9d7baa068140eebe0b8cf7e84c4bb9 (patch)
treed7129cefc76739cb6e1a3394862b13cfd0ae95fd
parentb02be103a2417fe19c8bd2f14fc4f7c440d7e9e8 (diff)
CSS: Hide links in [spoiler] tags
-rw-r--r--ChangeLog1
-rw-r--r--data/style.css3
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa56d882..b8304b6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2.20 - ?
- Order the VNs listed on char browser by release date
- Order the traits groups on /i by their 'order' column
+ - CSS: Hide links in [spoiler] tags
- Bugfix: don't accidentally remove char traits when editing
- Bugfix: fixed possible SQL table name clash on history browser
- Bugfix: properly announce chars and traits in Multi::IRC
diff --git a/data/style.css b/data/style.css
index 08479ce2..5b35e7af 100644
--- a/data/style.css
+++ b/data/style.css
@@ -107,11 +107,12 @@ b.todo { font-weight: normal; color: $statnok$ }
}
b.spoiler, b.spoiler a {
- color: #000;
+ color: #000!important;
background-color: #000;
font-weight: normal;
}
b.spoiler_shown { font-weight: normal }
+b.spoiler_shown a { color: $link$!important }
#maincontent div.quote {
padding: 1px 5px;
margin: 0px 10px;