Updated flatsite theme

This commit is contained in:
markseu 2018-05-21 23:39:54 +02:00
parent d71da86747
commit b370bfc293
2 changed files with 4 additions and 3 deletions

View file

@ -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; }

View file

@ -5,7 +5,7 @@
class YellowThemeFlatsite
{
const VERSION = "0.7.4";
const VERSION = "0.7.5";
}
$yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);