about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
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 {
462table { border-collapse: collapse; } 478table { border-collapse: collapse; }
463td { 479td {
464 vertical-align: top; 480 vertical-align: top;
481 text-indent: -1em;
482 padding-left: 1em;
465} 483}
466tr { 484tr {
467 border-bottom: 1px solid #aaa; 485 border-bottom: 1px solid #aaa;