From 9fd1dbb1b88b0680108afbb0b8ee72a228252c41 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 19 Feb 2015 11:45:41 +0100 Subject: [PATCH] Styling of GCSE. --- css/stylesheet.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/stylesheet.css b/css/stylesheet.css index a3ef841..e8909d9 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -16,6 +16,16 @@ body { margin: 0 auto; } +#headerleft, #headerright { + display: inline-block; +} + +#headerright { + width: 400px; + vertical-align: top; + padding-left: 100px; +} + section { display: block; margin: 0 0 20px 0;