diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-24 10:28:06 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-24 10:28:06 +0000 |
commit | ca727cd7cafa6439cecc8a957e7c6a0ad460c7ed (patch) | |
tree | c9cbc8ed477e351aadaaee88882d25fc32f005f1 /style.css | |
parent | f4254d4f8405348a7be8cecbdf5cddf221f4a3e2 (diff) | |
download | mandoc-ca727cd7cafa6439cecc8a957e7c6a0ad460c7ed.tar.gz |
Fixing web-site (had old references).
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; } |