From e11a4dbc199227bfe39442f19967aa6fcb3b7754 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 5 Apr 2012 13:32:06 -0700 Subject: Adding trails. --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index afa0a5c..f48ae33 100644 --- a/style.css +++ b/style.css @@ -79,6 +79,25 @@ ul li { margin-left: 2em; } +.trail { + background-color: #f0f0c9; + column-count: 3; + -moz-column-count: 3; + -webkit-column-count: 3; + font-style: italic; + text-align: center; + padding: 0.4ex; +} + +.trail .prev { +} + +.trail .up { +} + +.trail .next { +} + .feedlink { font-size: 0.8em; } .parsel { font-family: "Junkyard"; } -- cgit v1.2.3