aboutsummaryrefslogtreecommitdiffstats
path: root/screen.css
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-10-10 23:38:06 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-10-10 23:38:06 +0200
commit19c57f0dfe3591bfae3c58302f1520b419718ca4 (patch)
tree713d552dd9b25ac448be807810411433661c89b9 /screen.css
parent429d74f9b6126181d890ca0ad8d8a017ae152020 (diff)
downloadhesla-19c57f0dfe3591bfae3c58302f1520b419718ca4.tar.gz
Add acknowledgment and improve icon.
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;
+}