diff options
author | Case Duckworth | 2015-03-12 20:15:34 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-12 20:15:34 -0700 |
commit | 66775c8a2976aefc7879d623a070d510254e4b6c (patch) | |
tree | 8b7773e87ec47d151f334274fbc9bf2440f09b79 /css | |
parent | Fix bug in Something Simple (diff) | |
download | autocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip |
Fix bug in previous/next navlinks
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 1 |
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 | } |
192 | nav .prevlink::before { | 193 | nav .prevlink::before { |
193 | content: ' «'; | 194 | content: ' «'; |