]> git.cameronkatri.com Git - mandoc.git/blobdiff - style.css
Implement the \N'number' (numbered character) roff escape sequence.
[mandoc.git] / style.css
index 7e429a699e4c006397a6e0f90d10d48d8e5e266e..4fb1b5d802b192e2dfa866ce861c4a69fe89ccfe 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,8 +1,7 @@
-/* $Id: style.css,v 1.18 2010/12/22 11:58:02 kristaps Exp $ */
+/* $Id: style.css,v 1.20 2010/12/24 22:51:13 kristaps Exp $ */
 
 html           { max-width: 800px; }
 
 html           { max-width: 800px; }
-body           { font-family: monospace; 
-                 color: #333333;
+body           { color: #333333;
                  font-size: 0.93em;
                  font-family: Times, serif; }
 
                  font-size: 0.93em;
                  font-family: Times, serif; }
 
@@ -91,7 +90,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). */
 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). */
 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). */