mikuli.cz

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

commit 28527e0b92685d727a9168bc17375444b539a701
parent 8ef403d7a7243a90229b2102494ff4a99ddcfb9a
Author: markseu <mark2011@mayberg.se>
Date:   Thu, 26 Apr 2018 17:04:45 +0200

Updates theme, spring cleanup

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

diff --git a/system/themes/assets/flatsite.css b/system/themes/assets/flatsite.css @@ -42,8 +42,8 @@ a:hover { color:#07d; text-decoration:underline; } .content img { max-width:100%; height:auto; } .content form { margin:1em 0; } .content table { border-spacing:0; border-collapse:collapse; } -.content th { text-align:left; padding:0.3em; border-bottom:1px solid #ddd; } -.content td { text-align:left; padding:0.3em; border-top:1px solid #ddd; } +.content th { text-align:left; padding:0.3em; } +.content td { text-align:left; padding:0.3em; border-top:1px solid #ddd; border-bottom:1px solid #ddd; } .content blockquote { margin-left:0; padding-left:1em; border-left:.5em solid #0a0; } .content blockquote blockquote { margin-left:-1.5em; border-left:.5em solid #fb0; } .content blockquote blockquote blockquote { border-color:#d00; } diff --git a/system/themes/assets/flatsite.php b/system/themes/assets/flatsite.php @@ -5,7 +5,7 @@ class YellowThemeFlatsite { - const VERSION = "0.7.3"; + const VERSION = "0.7.4"; } $yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);