From e92ad37cc278fc9ca6e62fe19b7f625684f6326e Mon Sep 17 00:00:00 2001 From: Patryk Szlagowski Date: Mon, 8 Apr 2013 12:20:43 +0200 Subject: [PATCH] motd style --- Resources/public/css/screen.css | 4 ++++ Resources/views/Components/motd.html.twig | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index 1c0c6b9..4b8d53f 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -554,4 +554,8 @@ form .request-content { .icon { height: 12px; margin-left: 3px; +} + +.motd { + padding:20px; } \ No newline at end of file diff --git a/Resources/views/Components/motd.html.twig b/Resources/views/Components/motd.html.twig index db686d5..51b34e2 100644 --- a/Resources/views/Components/motd.html.twig +++ b/Resources/views/Components/motd.html.twig @@ -1,3 +1,3 @@ -

+

Documentation auto-generated on {{ date }} -

\ No newline at end of file +
\ No newline at end of file