diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-10-23 22:10:27 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-10-24 00:20:03 +0200 |
commit | 36e29fcc0b26dc0364ec962ff718810a7cb6a80f (patch) | |
tree | fcc366359b683fec07fe2b251fb4a8ac17b9684c /screen.css | |
parent | f50d0336db9052cb0afa465ab3a5f84662970f8a (diff) | |
download | hesla-36e29fcc0b26dc0364ec962ff718810a7cb6a80f.tar.gz |
Switching language version.
Fix #76
Diffstat (limited to 'screen.css')
-rw-r--r-- | screen.css | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -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: ']'; } |