Minor design fixes
This commit is contained in:
parent
d589a57041
commit
c8010d13ae
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user