summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/style.css b/style.css
index afa0a5c..f48ae33 100644
--- a/style.css
+++ b/style.css
@@ -79,6 +79,25 @@ ul li {
79 margin-left: 2em; 79 margin-left: 2em;
80} 80}
81 81
82.trail {
83 background-color: #f0f0c9;
84 column-count: 3;
85 -moz-column-count: 3;
86 -webkit-column-count: 3;
87 font-style: italic;
88 text-align: center;
89 padding: 0.4ex;
90}
91
92.trail .prev {
93}
94
95.trail .up {
96}
97
98.trail .next {
99}
100
82.feedlink { font-size: 0.8em; } 101.feedlink { font-size: 0.8em; }
83 102
84.parsel { font-family: "Junkyard"; } 103.parsel { font-family: "Junkyard"; }