commit c29a0a8fe95b7f041468766dfea4febcc8005c6a
parent 35bbdac1bc5cf5ff6e42c29b9874777cd81dd1d3
Author: markseu <mark2011@mayberg.se>
Date: Wed, 22 Feb 2017 11:24:19 +0100
System update (winter remix)
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/system/themes/assets/flatsite.css b/system/themes/assets/flatsite.css
@@ -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; }
diff --git a/system/themes/assets/flatsite.php b/system/themes/assets/flatsite.php
@@ -5,7 +5,7 @@
class YellowThemeFlatsite
{
- const VERSION = "0.6.12";
+ const VERSION = "0.6.13";
}
$yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);