about summary refs log tree commit diff
path: root/doc/manual/style.css
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-11T21·39-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-05-11T21·39-0400
commit8a08813d6c92e583d9ed6ccaffc80effe0dc9669 (patch)
treedbc5d3f9c829df253ce86bc3b9f92b02c261419d /doc/manual/style.css
parent2b00e6990c7b6f7177bce76126c6c992f3f7a93e (diff)
Manual updates
Diffstat (limited to 'doc/manual/style.css')
-rw-r--r--doc/manual/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual/style.css b/doc/manual/style.css
index fe2471eaab..ac76a64bbb 100644
--- a/doc/manual/style.css
+++ b/doc/manual/style.css
@@ -234,7 +234,6 @@ div.glosslist dt
 
 span.command strong
 {
-    font-family: monospace;
     font-weight: normal;
     color: #400000;
 }
@@ -249,3 +248,8 @@ table
     border-collapse: collapse;
     box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
 }
+
+div.affiliation
+{
+    font-style: italic;
+}
\ No newline at end of file