From 1d05ea3140f8ce58f7d6759ce350382c406cb55c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 22 Mar 2010 18:30:23 +0000 Subject: Updated web-site with new version. Allowed double-rule entries in Makefile (clean-up). --- index.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index c9b1ddf3..7acadb52 100644 --- a/index.css +++ b/index.css @@ -20,18 +20,14 @@ h2 { font-weight: bold; margin-bottom: 0px; font-family: Verdana, Tahoma, Arial, sans-serif; } -div.clhead { background-color: #E6E6FA; color: #000000; padding: 2px; font-weight: bold; } - -div.clbody { margin-left: 2px; } - -ul.clbody { margin-top: 4px; } - span.rev { font-weight: bold; } span.nm { color: #000000; font-weight: bold; } span.attn { color: #000000; font-weight: bold; } +span.flag { font-weight: bold; } + div.head { border-bottom: 1px dotted #cccccc; padding-bottom: 5px; text-align: right; } @@ -44,3 +40,5 @@ div.foot { border-top: 1px dotted #cccccc; a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; } span.date { color: #808080; } + +col.date { width: 8em; } -- cgit