Updated overlay message style in projector template.

This commit is contained in:
Emanuel Schuetze 2012-05-21 09:21:36 +02:00
parent a737ef7300
commit 58fc689f14
1 changed files with 2 additions and 2 deletions

View File

@ -89,13 +89,13 @@ body{
#overlay_Message {
position: absolute;
top: 25%;
top: 35%;
left: 10%;
width: 80%;
text-align: center;
border-radius: 0.2em;
background: #FFFFFF;
font-size: 3.75em;
font-size: 2.75em;
padding: 0.2em 0;
}