From 869eec29ac0626ec4593f91485ea1559a4c2f7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 22 Dec 2014 15:53:25 +0100 Subject: [PATCH] add padding to welcome text --- wcs/auf-2014/wcs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcs/auf-2014/wcs.css b/wcs/auf-2014/wcs.css index ae96461..dbedfd2 100644 --- a/wcs/auf-2014/wcs.css +++ b/wcs/auf-2014/wcs.css @@ -240,6 +240,10 @@ div.ident-content h3 { padding: 1ex; } +div#welcome-text { + padding: 15px 15px 0 15px; +} + p#logout, p#login { position: absolute;