diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-30 13:55:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-30 13:55:44 -0200 |
commit | 2701ef3b051ebe398feaad33a06802735e94b58d (patch) | |
tree | f7a2dd6edbf49d9e65b723f7b8d89008fcddebd1 /templates | |
parent | 487b2fe007c36885fbbef8b9a2b05007be5e93e7 (diff) | |
download | blog-2701ef3b051ebe398feaad33a06802735e94b58d.tar.gz blog-2701ef3b051ebe398feaad33a06802735e94b58d.tar.bz2 |
Div padding
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 262ac93..9a76d65 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -39,7 +39,7 @@ } </style> </head> -<body style="padding-top: 60px; padding-bottom: 60px;"> +<body style="padding-top: 20px; padding-bottom: 60px;"> <script src="<TMPL_VAR BASEURL>/js/jquery.min.js" type="text/javascript"></script> <script src="<TMPL_VAR BASEURL>bootstrap/js/bootstrap.min.js" type="text/javascript"></script> |