aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-24 14:14:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-24 14:14:00 +0000
commit8f2a310239a13e878bb7d00396ba65b144cc3d22 (patch)
treeaacee1ae6c20ebca1825e94115e964ab0892dfd6 /example.style.css
parent59221c379641a8d3a180c8b0cca2022c763c2a6b (diff)
downloadmandoc-8f2a310239a13e878bb7d00396ba65b144cc3d22.tar.gz
mandoc-8f2a310239a13e878bb7d00396ba65b144cc3d22.tar.zst
mandoc-8f2a310239a13e878bb7d00396ba65b144cc3d22.zip
Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump
version date for release.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.style.css b/example.style.css
index 567fd0ba..75f9b382 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.39 2010/12/24 00:46:49 kristaps Exp $ */
+/* $Id: example.style.css,v 1.40 2010/12/24 14:14:00 kristaps Exp $ */
/*
* This default style-sheet mimics the appearance of the traditional
@@ -82,7 +82,7 @@ span.ref-opt { } /* Reference optionals (%O). */
span.ref-page { } /* Reference page (%P). */
span.ref-corp { } /* Reference corporate/foreign author (%Q). */
span.ref-rep { } /* Reference report (%R). */
-u.ref-title { } /* Reference title (%T). */
+span.ref-title { text-decoration: underline; } /* Reference title (%T). */
span.ref-vol { } /* Reference volume (%V). */
span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */
span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */