diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-30 14:05:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-30 14:05:57 -0200 |
commit | 22e660b90532c01429597468e4372e77da4fd0c8 (patch) | |
tree | c9d1cb09b6747870102e8a1ac007d5b58a20aa6c /templates | |
parent | 6917eaa7304f15da871eb62cdb589cc899950bd9 (diff) | |
download | blog-22e660b90532c01429597468e4372e77da4fd0c8.tar.gz blog-22e660b90532c01429597468e4372e77da4fd0c8.tar.bz2 |
Local CSS
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 5be5493..cfc9b83 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -39,7 +39,7 @@ } </style> </head> -<body style="padding-top: 20px; padding-bottom: 60px;"> +<body> <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> |