aboutsummaryrefslogtreecommitdiffstats
path: root/screen.css
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-10-23 22:10:27 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-10-24 00:20:03 +0200
commit36e29fcc0b26dc0364ec962ff718810a7cb6a80f (patch)
treefcc366359b683fec07fe2b251fb4a8ac17b9684c /screen.css
parentf50d0336db9052cb0afa465ab3a5f84662970f8a (diff)
downloadhesla-36e29fcc0b26dc0364ec962ff718810a7cb6a80f.tar.gz
Switching language version.
Fix #76
Diffstat (limited to 'screen.css')
-rw-r--r--screen.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/screen.css b/screen.css
index 725031d..a883d2d 100644
--- a/screen.css
+++ b/screen.css
@@ -36,5 +36,32 @@ ul.readings li:nth-child(odd) {
footer.acknowledgment {
display: block;
- margin-top: 2ex;
+ padding-top: 2ex;
+}
+
+ul.navigation {
+ float:right;
+ display: block;
+ clear: right;
+ padding: 0;
+ margin: 0;
+}
+
+ul.navigation li {
+ font-size: 80%;
+ font-weight: bolder;
+ background-color: grey;
+ color: white;
+ display: inline;
+ cursor: pointer;
+ list-style: none;
+ list-style-position: inside;
+}
+
+ul.navigation li:before {
+ content: '[';
+}
+
+ul.navigation li:after {
+ content: ']';
}