From fb8fd194377256bb6697e317a92eb6849a38e78f Mon Sep 17 00:00:00 2001 From: garbash Date: Mon, 1 Dec 2014 13:11:17 +0200 Subject: Removed "powered by" --- res/css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 5f545235..7678bb57 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -69,7 +69,7 @@ input { /* Internet Explorer 10+ */ color: #919095; } -.powered-by { +.rhizi-logo { position: fixed; color: #363636; bottom: 10px; @@ -388,8 +388,8 @@ input { position: relative; width: 100%; height: 48px; - background-color: #d3f2f8; - color: #1d6e7f; + background-color: #D3F2F8; + color: #1D6E7F; border-top: 1px solid #8eb6bf; border-bottom: 1px solid #8eb6bf; z-index: -1; } @@ -478,3 +478,5 @@ h2 { h1 { font-size: 12px; } + +/*# sourceMappingURL=style.css.map */ -- cgit v1.3.1