diff options
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> |