aboutsummaryrefslogtreecommitdiffstats
path: root/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'screen.css')
-rw-r--r--screen.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/screen.css b/screen.css
index 8af2360..a4e4838 100644
--- a/screen.css
+++ b/screen.css
@@ -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;
+}