From 06c9e4999f8d6ab25ce4c533df45060806ca80ed Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 6 Aug 2012 16:14:47 +0000 Subject: Updated the GF Developers Guide + The instructions have been modernized and simplified slightly and should now work again. (I have not verified it on Windows.) Using 'cabal' instead of 'runghc Setup.hs' avoids some problems. + Also, download/index.html has simpler installation instructions sufficient for many users, so mention it in the main README file. + Also adjusted the main Makefile. --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 3a917bbfe..0c11c6a40 100644 --- a/css/style.css +++ b/css/style.css @@ -2,9 +2,9 @@ body { background-color: #f2f2f2; } -h1,h2,h3 { font-family: sans-serif; color: #303030; - text-shadow: rgba(0,0,0,0.25) 2px 2px 5px; - } +h1,h2,h3,h4 { font-family: sans-serif; color: #303030; + text-shadow: rgba(0,0,0,0.25) 2px 2px 5px; + } h1 { text-align: center; } h2 { border-bottom: 2px solid #303030; clear: right; } -- cgit v1.2.3