diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 19:59:02 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 19:59:02 +0200 |
| commit | b2bba3e883d0b16847ae7cc428f4bb62915bc141 (patch) | |
| tree | f957c7d2285a55b4240ef384e1e21bb8877603ab /res/css/style.css | |
| parent | 6eb3b3e8ee13d0ab41b0dd1b2eccecae5bb20c49 (diff) | |
Made powered by nicer+removed debug interface
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/res/css/style.css b/res/css/style.css index 0c895b1c..7df97e0f 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -56,6 +56,13 @@ input { /* Internet Explorer 10+ */ color: #919095; } +.powered-by { + position: fixed; + color: #363636; + bottom: 10px; + right: 10px; + vertical-align: middle; } + /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) @@ -263,10 +270,6 @@ table { height: inherit; font-size: 17px; } -.rhizi-logo { - position: fixed; - left: 800px; } - .input-bar { position: fixed; display: block; @@ -431,12 +434,6 @@ table { top: 3px; right: 50px; } -.poweredby { - position: fixed; - bottom: 10px; - right: 10px; - vertical-align: middle; } - @font-face { font-family: 'MyWebFont'; src: url(../../font/SourceSansPro-Regular.ttf) format("ttf"); } |
