mikuli.cz

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

commit 8a71cd0e5da532f3cf5c6a4abe37a1e2f0d3fe94
parent c7ccf73834dc51e68edcc76422ab2a763327139e
Author: markseu <mark2011@mayberg.se>
Date:   Thu, 30 Nov 2017 21:50:12 +0100

Themes update

Diffstat:
Msystem/themes/assets/flatsite.css | 1+
Msystem/themes/assets/flatsite.php | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/system/themes/assets/flatsite.css b/system/themes/assets/flatsite.css @@ -137,6 +137,7 @@ a:hover { color:#07d; text-decoration:underline; } outline-offset:-2px; font-size:0.9em; font-family:inherit; font-weight:normal; line-height:1; text-align:center; text-decoration:none; + box-sizing:border-box; } .btn:hover, .btn:focus, .btn:active { color:#333333; diff --git a/system/themes/assets/flatsite.php b/system/themes/assets/flatsite.php @@ -5,7 +5,7 @@ class YellowThemeFlatsite { - const VERSION = "0.7.1"; + const VERSION = "0.7.2"; } $yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);