diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-10-10 23:38:06 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-10-10 23:38:06 +0200 |
commit | 19c57f0dfe3591bfae3c58302f1520b419718ca4 (patch) | |
tree | 713d552dd9b25ac448be807810411433661c89b9 /screen.css | |
parent | 429d74f9b6126181d890ca0ad8d8a017ae152020 (diff) | |
download | hesla-19c57f0dfe3591bfae3c58302f1520b419718ca4.tar.gz |
Add acknowledgment and improve icon.
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; +} |