From 9c1afbca92af650a216ea39de1fe75278eeae418 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Fri, 25 Jul 2014 22:05:44 +0200 Subject: support php versions without json support and show a warning message --- layout/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'layout/style.css') diff --git a/layout/style.css b/layout/style.css index 3d5c94b..e344cf7 100644 --- a/layout/style.css +++ b/layout/style.css @@ -15,6 +15,12 @@ body { text-decoration: none; } +#warnheader { + background: #ffe583; + padding: 8px 8px 8px 18px; + border-bottom: 1px solid #d5ad14; +} + #content { padding-left: 20px; } @@ -25,7 +31,7 @@ body { } h1 { - margin-top: 0; + margin: 0; font-size: 1em; } -- cgit v1.1