diff --git a/config.ini b/config.ini index 1ed83de6..1e60dafc 100644 --- a/config.ini +++ b/config.ini @@ -8,6 +8,7 @@ filesPath=./files/ thumbsPath=./thumbs/ mediaPath=./public_html/media/ title=szurubooru +debugQueries=0 [browsing] usersPerPage=8 diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css index e37f2acb..5881c4ca 100644 --- a/public_html/media/css/core.css +++ b/public_html/media/css/core.css @@ -115,7 +115,7 @@ body { footer { text-align: center; - margin-top: 1em; + margin: 1em 0; padding-top: 0.5em; border-top: 1px solid #eee; font-size: small; @@ -306,3 +306,8 @@ button:hover { display: block; clear: both; } + +pre.debug { + text-align: left; + color: black; +} diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml index d971c52f..5809dcca 100644 --- a/src/Views/layout-normal.phtml +++ b/src/Views/layout-normal.phtml @@ -98,9 +98,11 @@