summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2018-07-04 12:38:19 -0700
committeriximeow <me@iximeow.net>2018-07-04 12:38:19 -0700
commit520a4ab39d8e6364fb2a993525d7288d4d54248e (patch)
tree1f67a8723aaffeffec1a472b9f60defd38013184
parent10c8dd614eb672ca03eaae287554735adf62979f (diff)
fix layout of header navigation buttons
-rw-r--r--content_template.pandoc19
1 files 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;
}
</style>
@@ -92,8 +103,8 @@
</head>
<body>
<div class="header">
-<span class="button">writing index</span>
-<span class="button">main index</span>
+<a class="button" href="/writing/index.html">writing index</a>
+<a class="button" href="/notes/index.html">main index</a>
</div>
$for(include-before)$
$include-before$