about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 20:15:34 -0700
committerCase Duckworth2015-03-12 20:15:34 -0700
commit66775c8a2976aefc7879d623a070d510254e4b6c (patch)
tree8b7773e87ec47d151f334274fbc9bf2440f09b79 /css
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'css')
-rw-r--r--css/common.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 301768e..aff7569 100644 --- a/css/common.css +++ b/css/common.css
@@ -188,6 +188,7 @@ nav .prevlink, nav .nextlink {
188 overflow: hidden; 188 overflow: hidden;
189 text-overflow: ellipsis; 189 text-overflow: ellipsis;
190 text-decoration: none; 190 text-decoration: none;
191 position: relative;
191} 192}
192nav .prevlink::before { 193nav .prevlink::before {
193 content: ' «'; 194 content: ' «';