System update (winter remix)

This commit is contained in:
markseu 2017-02-22 11:24:19 +01:00
parent 35bbdac1bc
commit c29a0a8fe9
2 changed files with 3 additions and 2 deletions

View file

@ -56,7 +56,8 @@ a:hover { color:#07d; text-decoration:underline; }
.content .stretchable li { margin:0; padding:1em 0; display:inline-block; text-align:center; vertical-align:top; }
.content .stretchable a { color:#717171; text-decoration:none; }
.content .toc { margin:0; padding:0; list-style:none; }
.content .links { margin:1em 0; }
.content .entry-links .previous { margin-right:1em; }
.content .pagination .previous { margin-right:1em; }
.content .pagination { margin:1em 0; }
.content .left { float:left; margin:0 1em 0 0; }
.content .center { display:block; margin:0 auto; }

View file

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