diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-27 08:50:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-27 08:50:16 +0000 |
commit | 9f29c093c60470f2b843f8a7da226ea467592755 (patch) | |
tree | 3de05f6f926474a28a415a8ffb392bb66d259529 /index.css | |
parent | f02d505132c132db1c9ea6d516d1694e43ed065f (diff) | |
download | mandoc-9f29c093c60470f2b843f8a7da226ea467592755.tar.gz |
Nit-picking style of www page.
Diffstat (limited to 'index.css')
-rw-r--r-- | index.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ body { color: #333333; font-family: Verdana, Tahoma, Arial, sans-serif; } table.frame { max-width: 800px; - padding-left: 10px; } + padding-right: 2em; + padding-left: 1em; } table { padding-left: 40px; } |