diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-05 21:16:23 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:05 +0300 |
| commit | de1e024c1ddcd14a7ba43a398a547e7a05259797 (patch) | |
| tree | 46d954fe639646884cd64db185621ef093c6cc08 /res/client | |
| parent | f28c6af4846a3fa31e80ddf218acf433290930b0 (diff) | |
index.html: generalizing site-logo html
Diffstat (limited to 'res/client')
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 3 | ||||
| -rw-r--r-- | res/client/css/style.css | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index 9371764c..25d4c7bf 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -61,8 +61,7 @@ font-weight: bold; } -#logo-3rd-party__CRI { - background-color: white; +#site-logo { border-radius: 3px; height: 25px; padding: 2px; diff --git a/res/client/css/style.css b/res/client/css/style.css index b72e9cdf..437dad3c 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -678,8 +678,7 @@ body.debug .debug-ui-right { font-size: 18px; font-weight: bold; } -#logo-3rd-party__CRI { - background-color: white; +#site-logo { border-radius: 3px; height: 25px; padding: 2px; |
