diff options
author | Case Duckworth | 2015-03-28 09:42:01 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-28 09:42:01 -0700 |
commit | fb8cc7d92a20610776d9f6e0453d09cebed0bc3a (patch) | |
tree | d47d5ccc7bf1e9d44e2405b6a2c8a6f9d85bd8f2 /style.css | |
parent | Fix #5: Verse typesetting (diff) | |
download | autocento-fb8cc7d92a20610776d9f6e0453d09cebed0bc3a.tar.gz autocento-fb8cc7d92a20610776d9f6e0453d09cebed0bc3a.zip |
Add backlinks pages (fixes #16).
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/style.css b/style.css index 4bf7c12..72e6883 100644 --- a/style.css +++ b/style.css | |||
@@ -311,6 +311,22 @@ a.footnoteRef { | |||
311 | margin-left: 1em; | 311 | margin-left: 1em; |
312 | } | 312 | } |
313 | /* .verse }}} */ | 313 | /* .verse }}} */ |
314 | /* .LIST {{{ */ | ||
315 | .list { | ||
316 | display: inline-block; | ||
317 | text-align: left; | ||
318 | max-width: 39em; | ||
319 | margin: auto; | ||
320 | hyphens: auto; | ||
321 | -moz-hyphens: auto; | ||
322 | } | ||
323 | /* .list }}} */ | ||
324 | /* .TABLE {{{ */ | ||
325 | .table { | ||
326 | display: inline-block; | ||
327 | text-align: left; | ||
328 | } | ||
329 | /* .table }}} */ | ||
314 | /* PROJECT CSS */ | 330 | /* PROJECT CSS */ |
315 | /* #COVER {{{ */ | 331 | /* #COVER {{{ */ |
316 | /* Flexboxing {{{ */ | 332 | /* Flexboxing {{{ */ |
@@ -462,6 +478,8 @@ a.footnoteRef { | |||
462 | table { border-collapse: collapse; } | 478 | table { border-collapse: collapse; } |
463 | td { | 479 | td { |
464 | vertical-align: top; | 480 | vertical-align: top; |
481 | text-indent: -1em; | ||
482 | padding-left: 1em; | ||
465 | } | 483 | } |
466 | tr { | 484 | tr { |
467 | border-bottom: 1px solid #aaa; | 485 | border-bottom: 1px solid #aaa; |