From a0fd7c5b4467adbc85244909663b3fd6bc160b14 Mon Sep 17 00:00:00 2001 From: NumEricR Date: Tue, 10 Sep 2013 23:54:40 +0200 Subject: Format CSS code --- tpl/css/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tpl/css/style.css b/tpl/css/style.css index bb99ca4c..d60b443c 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -270,15 +270,15 @@ footer { #inputform { display: none; - text-align:center; - max-width:300px; - margin-left:auto; - margin-right:auto; - margin-top:5px; + text-align: center; + max-width: 300px; + margin-left: auto; + margin-right: auto; + margin-top: 5px; padding-bottom: 5px; background-color: rgba(0, 0, 0, 0.9); - opacity:0.8; - color:white; + opacity: 0.8; + color: #fff; border-radius: 3px; } -- cgit v1.2.3