From 07f36c710a32695ed3e10c4c67997a088fd5648e Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 20 Oct 2013 11:12:56 +0200 Subject: [PATCH] Added versioning; changed repo name --- public_html/media/css/core.css | 5 ++++- src/Views/index-index.phtml | 2 +- src/Views/layout-normal.phtml | 1 + src/core.php | 3 +++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css index 5d95a197e..ebd7b1de6 100644 --- a/public_html/media/css/core.css +++ b/public_html/media/css/core.css @@ -129,7 +129,10 @@ footer { } footer span:not(:last-child):after { content: '\022C5'; - margin: 0 0.2em; + margin: 0 0.5em; +} +footer a { + color: silver; } diff --git a/src/Views/index-index.phtml b/src/Views/index-index.phtml index ad8918e52..8a56c3f46 100644 --- a/src/Views/index-index.phtml +++ b/src/Views/index-index.phtml @@ -7,7 +7,7 @@

serving context->transport->postCount ?> posts - powered by szurubooru + powered by szurubooru

diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml index 904fb2251..b4a2b8f58 100644 --- a/src/Views/layout-normal.phtml +++ b/src/Views/layout-normal.phtml @@ -104,6 +104,7 @@ config->main->debugQueries): ?>
', array_map(function($x) { return preg_replace('/\s+/', ' ', $x); }, queryLogger()->getLogs())) ?>
+ szurubooru v diff --git a/src/core.php b/src/core.php index 305118567..031fed93a 100644 --- a/src/core.php +++ b/src/core.php @@ -1,4 +1,7 @@