diff options
author | Anika Henke <a.c.henke@arcor.de> | 2007-03-30 19:20:31 +0200 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2007-03-30 19:20:31 +0200 |
commit | 884b22fe701df74ff1d989ba1ce8248fc32f3758 (patch) | |
tree | 2cdc3e6a1927129929f57482a5f852eda0daa785 | |
parent | ebdfc0385552c37d59889f8b9b13f7777d852500 (diff) | |
download | rpg-884b22fe701df74ff1d989ba1ce8248fc32f3758.tar.gz rpg-884b22fe701df74ff1d989ba1ce8248fc32f3758.tar.bz2 |
fix for FS#1071 (underline nested within italics)
darcs-hash:20070330172031-d5083-bfc089304716f91eb55135720012142da3f78df0.gz
-rw-r--r-- | lib/styles/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/styles/style.css b/lib/styles/style.css index 54012a65a..9fd136dc5 100644 --- a/lib/styles/style.css +++ b/lib/styles/style.css @@ -78,6 +78,9 @@ em.u { font-style: normal; text-decoration: underline; } +em em.u { + font-style: italic; +} /* syntax highlighting code */ |