From 669daba2a0b08555aa60992ff08ff0e97acfa80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 21 Nov 2008 19:10:57 +0000 Subject: [PATCH] - No indentation for lower headings. - No line before footer, it cuts the sailboat. --- docs.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs.css b/docs.css index 086397bc3..7a76f85ae 100644 --- a/docs.css +++ b/docs.css @@ -47,7 +47,6 @@ img { ul#footer { padding: 0; margin: 0; - border-top: 1px solid black; max-width: 100%; } @@ -143,7 +142,6 @@ h3 { } h4, h5 { - padding-left: 2em; color: #727e0a; max-width: 70em; }