From 9068c7fc5b75cf3cf00e88c481feb71815908a0c Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 04 Dec 2015 00:44:54 -0500 Subject: css: don't increase the line height of header text --- (limited to 'site/common/css/main.css') diff --git a/site/common/css/main.css b/site/common/css/main.css index cde537c..90e2f81 100644 --- a/site/common/css/main.css +++ b/site/common/css/main.css @@ -2,8 +2,7 @@ color:#222; padding:.1% 1%; margin:1% auto; -max-width:95%; -line-height:1.4 +max-width:95% } html{ background:#eee url("/common/background/background.jpg") fixed; @@ -14,6 +13,9 @@ opacity:.9; background:#fff; box-shadow:0 0 6px } +p{ +line-height:1.4 +} li{ display:inline } -- cgit v0.9.1