aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/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 /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 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 7e429a69..f5121297 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,4 @@
-/* $Id: style.css,v 1.18 2010/12/22 11:58:02 kristaps Exp $ */
+/* $Id: style.css,v 1.19 2010/12/24 14:14:00 kristaps Exp $ */
html { max-width: 800px; }
body { font-family: monospace;
@@ -91,7 +91,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). */