diff options
Diffstat (limited to 'screen.css')
-rw-r--r-- | screen.css | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -6,7 +6,32 @@ h1 { } article { display: none; + margin: 6px; } .reference { text-align: right; } + +ul.readings { + display: block; + padding-left: 0; +} + +ul.readings li { + display: block; + list-style: none; + list-style-position: inside; +} + +ul.readings li:nth-child(even) { + float: left; +} + +ul.readings li:nth-child(odd) { + float: right; +} + +footer.acknowledgment { + display: block; + margin-top: 2ex; +} |