From fb8cc7d92a20610776d9f6e0453d09cebed0bc3a Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 28 Mar 2015 09:42:01 -0700 Subject: Add backlinks pages (fixes #16). --- style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 4bf7c12..72e6883 100644 --- a/style.css +++ b/style.css @@ -311,6 +311,22 @@ a.footnoteRef { margin-left: 1em; } /* .verse }}} */ +/* .LIST {{{ */ +.list { + display: inline-block; + text-align: left; + max-width: 39em; + margin: auto; + hyphens: auto; + -moz-hyphens: auto; +} +/* .list }}} */ +/* .TABLE {{{ */ +.table { + display: inline-block; + text-align: left; +} +/* .table }}} */ /* PROJECT CSS */ /* #COVER {{{ */ /* Flexboxing {{{ */ @@ -462,6 +478,8 @@ a.footnoteRef { table { border-collapse: collapse; } td { vertical-align: top; + text-indent: -1em; + padding-left: 1em; } tr { border-bottom: 1px solid #aaa; -- cgit 1.4.1-21-gabe81