Allow vertical centering of smaller ascii's with 'V'

This commit is contained in:
Iam Naughton Phier 2015-03-25 17:18:06 +02:00
parent adf666baaf
commit baa8a45ea8
7 changed files with 18 additions and 17 deletions

View file

@ -32,17 +32,8 @@ body {
}
h6 {
position: fixed;
top: 1ex;
left: 1ex;
border: 1px green ridge;
padding: .125em 1em;
color: black;
background-color: green;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
display: none;
color: transparent;
background-color: transparent;
}
.help {
@ -131,6 +122,10 @@ p.infobox {
margin: .25ex;
}
.ty50 {
transform: translateY(-50%);
}
.bigtext {
background-color: lightsteelblue;
border: 1px outset steelblue;