about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-27 13:47:42 -0700
committerCase Duckworth2015-03-27 13:47:42 -0700
commit3b37989606c44902d90a3723e197d8c318a302bf (patch)
treee614c3ddbb8879e96ee739a75ad2f52a645b87c2 /style.css
parentAdd HAPAX LEGOMENA support & flatten structure (diff)
downloadautocento-3b37989606c44902d90a3723e197d8c318a302bf.tar.gz
autocento-3b37989606c44902d90a3723e197d8c318a302bf.zip
Change verse lines '$' -> '^| '
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/style.css b/style.css index d3aedad..64b498f 100644 --- a/style.css +++ b/style.css
@@ -253,9 +253,11 @@ nav .nextlink::after {
253 width: 1em; 253 width: 1em;
254} 254}
255#lozenge { 255#lozenge {
256 text-decoration: none;
257}
258nav .anchors {
256 position: absolute; 259 position: absolute;
257 left: 50%; 260 left: 50%;
258 text-decoration: none;
259} 261}
260/* nav elements }}} */ 262/* nav elements }}} */
261/* .FOOTNOTES ELEMENTS {{{ */ 263/* .FOOTNOTES ELEMENTS {{{ */