summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-02-03 16:20:34 +0000
committerAnika Henke <anika@selfthinker.org>2013-02-03 16:20:34 +0000
commit16c8df01fd51b6af5b625a57d9e13df6465ce558 (patch)
tree6765f841efb0c663d0d238d5e63e4e1f1c2a167d /lib
parent264643e6c38cdf7f423c404c10bb63d0e7d7a5c4 (diff)
downloadrpg-16c8df01fd51b6af5b625a57d9e13df6465ce558.tar.gz
rpg-16c8df01fd51b6af5b625a57d9e13df6465ce558.tar.bz2
fixed acronyms in italics (FS#2684)
Diffstat (limited to 'lib')
-rw-r--r--lib/tpl/dokuwiki/css/basic.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/css/basic.css b/lib/tpl/dokuwiki/css/basic.css
index 8e14dde3b..d58ed9edd 100644
--- a/lib/tpl/dokuwiki/css/basic.css
+++ b/lib/tpl/dokuwiki/css/basic.css
@@ -246,9 +246,13 @@ abbr {
border-bottom: 1px dotted;
font-style: normal;
}
+em acronym,
+em abbr {
+ font-style: italic;
+}
mark {
- background: __highlight__;
+ background-color: __highlight__;
color: inherit;
}