Update style.css

Center infoBox.
This commit is contained in:
Kevin Dungs
2014-08-03 16:41:57 +02:00
parent aefc8aa34f
commit 8f8ccc9e80
+3 -3
View File
@@ -7,13 +7,13 @@ h1 br {
}
#InfoBox {
background: rgba(255, 255, 255, .5);
color: #666;
position: fixed;
right: 40px;
right: 0;
left: 0;
bottom: 0;
padding: 5px;
max-width: 200px;
text-align: center;
}
#detector {