From 8f8ccc9e805a78505d3a4808f42fa11de18c64c6 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Sun, 3 Aug 2014 16:41:57 +0200 Subject: [PATCH] Update style.css Center infoBox. --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 4530eaf..e7ca1a0 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {