diff --git a/dashboard/static/css/style.css b/dashboard/static/css/style.css index 8a481448f..241ebdfef 100644 --- a/dashboard/static/css/style.css +++ b/dashboard/static/css/style.css @@ -1,6 +1,7 @@ html, body { font-family: 'PT Sans', arial, sans-serif; font-size: 14px; + background: url(../images/osstats_tile.jpg) repeat-x; height: 100%; color: #41454d; margin: 0; @@ -109,7 +110,7 @@ select { } div.aheader { - height: 60px; + margin-top: 23px; text-shadow: 1px 1px 0 #fff; } @@ -128,7 +129,6 @@ div.aheader h1 a { div.page div.navigation { text-shadow: 1px 1px 0 #fff; - background: #fbfafa; padding: 4px 10px; border-top: 1px dashed #e9eaef; border-bottom: 1px dashed #e9eaef; diff --git a/dashboard/static/images/mirantis_logo.gif b/dashboard/static/images/mirantis_logo.gif deleted file mode 100644 index 4811c18b5..000000000 Binary files a/dashboard/static/images/mirantis_logo.gif and /dev/null differ diff --git a/dashboard/static/images/osstats_tile.jpg b/dashboard/static/images/osstats_tile.jpg deleted file mode 100644 index 016bc32be..000000000 Binary files a/dashboard/static/images/osstats_tile.jpg and /dev/null differ diff --git a/etc/corrections.json b/etc/corrections.json new file mode 100644 index 000000000..9d73def90 --- /dev/null +++ b/etc/corrections.json @@ -0,0 +1,10 @@ +{ + "corrections": [ + { + "commit_id": "ee3fe4e836ca1c81e50a8324a9b5f982de4fa97f", + "correction_comment": "Rename of Quantum to Neutron", + "lines_added": 0, + "lines_deleted": 0 + } + ] +} \ No newline at end of file