From c8010d13ae2b7565832a68adc23b3bb7e53d981c Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Wed, 5 Sep 2012 11:05:28 +0200 Subject: [PATCH] Minor design fixes --- .../FrontBundle/Controller/DefaultController.php | 2 +- .../FrontBundle/Resources/public/css/front.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/GergelyPolonkai/FrontBundle/Controller/DefaultController.php b/src/GergelyPolonkai/FrontBundle/Controller/DefaultController.php index 20b1894..5b83716 100644 --- a/src/GergelyPolonkai/FrontBundle/Controller/DefaultController.php +++ b/src/GergelyPolonkai/FrontBundle/Controller/DefaultController.php @@ -7,7 +7,7 @@ use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; /** - * @Route("/") + * @Route("") */ class DefaultController extends Controller { diff --git a/src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css b/src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css index c01f2e4..43039aa 100644 --- a/src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css +++ b/src/GergelyPolonkai/FrontBundle/Resources/public/css/front.css @@ -67,8 +67,10 @@ body { } #content p { - margin: .2em 0; - text-indent: 2em; + margin: .6em 0; + text-indent: 1.5em; + text-align: justify; + font-size: 80%; } #content a {