From 93b60f4a49334f12913576462c112a9b71f4e248 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 15 Jun 2012 20:18:07 +0200 Subject: [PATCH] fix style.css --- html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/style.css b/html/style.css index 0e91e4d..4e5b8a1 100644 --- a/html/style.css +++ b/html/style.css @@ -9,12 +9,12 @@ header h1, ul { padding: 0; } -header h1, ul, ul li { +header h1, header ul, header ul li { display: inline-block; font-size: 10pt; } -header h1, ul li a { +header h1, header ul li a { padding: 0.5em; }