aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-24 10:28:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-24 10:28:06 +0000
commitc63ed828abbb4bd5ce6b477fc6f13d924624d209 (patch)
tree1338cd767ab2ddc9f9e050f5b373a75086b7c5ec /style.css
parenta52052add090fe0dd81db4b764a5a0a34a4d834d (diff)
downloadmandoc-c63ed828abbb4bd5ce6b477fc6f13d924624d209.tar.gz
mandoc-c63ed828abbb4bd5ce6b477fc6f13d924624d209.tar.zst
mandoc-c63ed828abbb4bd5ce6b477fc6f13d924624d209.zip
Fixing web-site (had old references).
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index a8d6cbc5..a4dc1c70 100644
--- a/style.css
+++ b/style.css
@@ -39,6 +39,10 @@ span.nm { color: #000000; font-weight: bold; }
span.attn { color: #000000; font-weight: bold; }
+span.fl { font-weight: bold; }
+
+span.ar { text-decoration: underline; }
+
div.head { border-bottom: 1px dotted #cccccc;
padding-bottom: 5px;
text-align: right; }