From 96a721459bcb61745663ac22db4b4fa94c5619e7 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 11 Oct 2009 19:04:22 +0200 Subject: some styling modifications --- layout/style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'layout') diff --git a/layout/style.css b/layout/style.css index 787069b..3b61a68 100644 --- a/layout/style.css +++ b/layout/style.css @@ -33,6 +33,15 @@ h3 { font-size: 1em; } +a:link, a:visited, a:active { + text-decoration: none; + color: #222; +} + +a:hover { + text-decoration: underline; +} + table.summary th { width: 150px; font-weight: normal; @@ -49,12 +58,13 @@ img { } ul { - margin: 0; - padding: 0; + margin: 0; + padding: 0; } li { - display: inline; + display: inline; + margin-left: 10px; } hr { -- cgit v1.1