Minor design fixes

This commit is contained in:
Polonkai Gergely 2012-09-05 11:05:28 +02:00
parent d589a57041
commit c8010d13ae
2 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,7 @@ use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
/** /**
* @Route("/") * @Route("")
*/ */
class DefaultController extends Controller class DefaultController extends Controller
{ {

View File

@ -67,8 +67,10 @@ body {
} }
#content p { #content p {
margin: .2em 0; margin: .6em 0;
text-indent: 2em; text-indent: 1.5em;
text-align: justify;
font-size: 80%;
} }
#content a { #content a {