diff options
| author | garbash <dor.garbash@gmail.com> | 2014-12-01 13:11:17 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-12-01 13:11:17 +0200 |
| commit | fb8fd194377256bb6697e317a92eb6849a38e78f (patch) | |
| tree | 0058a28b855ff59e3bfe7fced0cb747f3d575076 /res/css/style.css | |
| parent | c7502ef8e03274282712fd03847b3088ee860981 (diff) | |
Removed "powered by"
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
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 */ |
