From 520a4ab39d8e6364fb2a993525d7288d4d54248e Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 4 Jul 2018 12:38:19 -0700 Subject: fix layout of header navigation buttons --- content_template.pandoc | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/content_template.pandoc b/content_template.pandoc index d748c4a..8293006 100644 --- a/content_template.pandoc +++ b/content_template.pandoc @@ -75,8 +75,19 @@ .button { float: left; - width: 256px; - color: #00ff00; + text-align: center; + height: 60px; + border-style: solid; + border-color: #303030; + border-left: 2px; + border-top: 2px; + border-bottom: 2px; + padding-left: 2em; + padding-right: 2em; + font-size: 20px; + line-height: 60px; + color: #808070; + background-color: #000000; } @@ -92,8 +103,8 @@
-writing index -main index +writing index +main index
$for(include-before)$ $include-before$ -- cgit v1.1