mikuli.cz

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

commit b370bfc293e5dec706ac2041b51d997a69c2e114
parent d71da86747421d1d307c6bca691440325a23ae5a
Author: markseu <mark2011@mayberg.se>
Date:   Mon, 21 May 2018 23:39:54 +0200

Updated flatsite theme

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

diff --git a/system/themes/assets/flatsite.css b/system/themes/assets/flatsite.css @@ -111,8 +111,9 @@ a:hover { color:#07d; text-decoration:underline; } /* Sidebar */ -.with-sidebar .main { margin-right:17em; } -.with-sidebar .sidebar { float:right; width:16em; margin-top:3.9em; padding:2px; overflow:hidden; font-size:0.9em; } +.with-sidebar .main { margin-right:15em; } +.with-sidebar .sidebar { float:right; width:13em; margin-top:3.2em; padding:2px; overflow:hidden; text-align:right; } +.with-sidebar .sidebar ul { padding:0; list-style:none; } .with-sidebar .sidebar .search-form input { width:100%; box-sizing:border-box; } .with-sidebar .content:after { content:""; display:table; clear:both; } diff --git a/system/themes/assets/flatsite.php b/system/themes/assets/flatsite.php @@ -5,7 +5,7 @@ class YellowThemeFlatsite { - const VERSION = "0.7.4"; + const VERSION = "0.7.5"; } $yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);