help centered again, help rewritten

This commit is contained in:
Iam Naughton Phier 2015-02-21 17:04:28 +02:00
parent b1051c748f
commit 9d1d6c9f6f
3 changed files with 30 additions and 23 deletions

View file

@ -44,7 +44,8 @@ h6 {
.help {
position: fixed;
top: 1em;
left: 50em;
left: '33%';
text-align: left;
background-color: lightgrey;
border: outset darkgray;
-webkit-border-radius: 8;
@ -52,6 +53,7 @@ h6 {
border-radius: 8;
font-family: topaz1200,mOsOul, Consolas, monospace;
opacity: .85;
width: '33%'
}
.keylist {
@ -200,4 +202,4 @@ p.infobox {
.blockzone, .pcansifont {
font-family: 'blockzone';
text-align: left;
}
}