diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-31 18:48:40 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-12-31 18:48:40 +0000 |
commit | 7bb629495becbeda3fd6ae7039b9083ce5824b88 (patch) | |
tree | 58e5874f8629fe1c3fe8aec9e6b2f2e87dcee27a /man-cgi.css | |
parent | bf6e3f75fa4e2decf43c5157cdb9d823d482de85 (diff) | |
download | mandoc-7bb629495becbeda3fd6ae7039b9083ce5824b88.tar.gz |
Fix ID vs. CLASS for man.cgi CSS selector on results table and vertically
align.
Diffstat (limited to 'man-cgi.css')
-rw-r--r-- | man-cgi.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man-cgi.css b/man-cgi.css index 923d7f21..5300267c 100644 --- a/man-cgi.css +++ b/man-cgi.css @@ -9,6 +9,5 @@ body > div.results { font-size: smaller; } border-radius: 1em; font-size: small; } #mancgi input[name=expr] { width: 25%; } -#mancgi td.title { padding-right: 1em; - text-align: right; } - +.results td.title { vertical-align: top; + padding-right: 1em; } |