mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit c184353d75969661e44e3b2711082aa7a7d1e899
parent 46dff269b2334035fcf33b220a7a8451d1f26341
Author: markseu <mark2011@mayberg.se>
Date:   Thu,  8 Apr 2021 00:47:19 +0200

Updated themes, previousnext

Diffstat:
Msystem/extensions/stockholm.php | 2+-
Msystem/extensions/update-current.ini | 4++--
Msystem/themes/stockholm.css | 3++-
3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/system/extensions/stockholm.php b/system/extensions/stockholm.php @@ -2,7 +2,7 @@ // Stockholm extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/stockholm class YellowStockholm { - const VERSION = "0.8.10"; + const VERSION = "0.8.11"; public $yellow; // access to API // Handle initialisation diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -74,11 +74,11 @@ Tag: feature system/extensions/meta.php: meta.php, create, update Extension: Stockholm -Version: 0.8.10 +Version: 0.8.11 Description: Stockholm is a clean theme. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/stockholm DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/stockholm.zip -Published: 2020-10-26 15:09:29 +Published: 2021-04-08 00:37:30 Designer: Datenstrom Tag: theme system/extensions/stockholm.php: stockholm.php, create, update diff --git a/system/themes/stockholm.css b/system/themes/stockholm.css @@ -95,6 +95,7 @@ a:hover { .content td { text-align: left; padding: 0.3em; + padding-right: 2em; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } @@ -181,7 +182,7 @@ a:hover { list-style: none; column-width: 19em; } -.content .entry-links .previous { +.content .previousnext .previous { margin-right: 1em; } .content .pagination .previous {