X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/715d886dfd72c29355a83d45229fd6e48f85e318..c75a70fe96c444404797d0ca3abc9edf5076a713:/index.css diff --git a/index.css b/index.css index 7acadb52..559dd979 100644 --- a/index.css +++ b/index.css @@ -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; } @@ -20,25 +21,26 @@ h2 { font-weight: bold; margin-bottom: 0px; font-family: Verdana, Tahoma, Arial, sans-serif; } -span.rev { font-weight: bold; } - -span.nm { color: #000000; font-weight: bold; } +span.nm { font-weight: bold; } span.attn { color: #000000; font-weight: bold; } span.flag { font-weight: bold; } -div.head { border-bottom: 1px dotted #cccccc; +div.head { border-bottom: 1px solid #dddddd; padding-bottom: 5px; text-align: right; } -div.foot { border-top: 1px dotted #cccccc; +div.foot { border-top: 1px solid #dddddd; padding-top: 5px; font-size: smaller; text-align: right; } -a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; } +a.external { background: transparent url(external.png) center right no-repeat; + padding-right: 12px; } + +span.date { color: #000000; } -span.date { color: #808080; } +div.news { margin-bottom: 2em; } -col.date { width: 8em; } +div.news ul { margin-left: 4em; }