diff --git a/app/views/templates/base.html.twig b/app/views/templates/base.html.twig
index 628be90..61430d1 100644
--- a/app/views/templates/base.html.twig
+++ b/app/views/templates/base.html.twig
@@ -6,7 +6,7 @@
-
+
diff --git a/app/views/templates/nightly.html.twig b/app/views/templates/nightly.html.twig
index ec7bb37..65b8598 100644
--- a/app/views/templates/nightly.html.twig
+++ b/app/views/templates/nightly.html.twig
@@ -80,7 +80,7 @@
{%- set pill_level ='text-bg-danger' -%}
{%- endif -%}
- {{ details.id }} |
+ {{ details.id }} |
{{ details.component }} |
{{ bug_list_karma[details.id].score }}
@@ -149,7 +149,7 @@
{# do nothing #}
{% else %}
|
- {{ details.id }} |
+ {{ details.id }} |
{{ details.component }} |
{{ bug_list_karma[details.id].score }}
diff --git a/public/style/base.css b/public/style/base.css
index 9fc9f66..2c648d4 100644
--- a/public/style/base.css
+++ b/public/style/base.css
@@ -313,7 +313,7 @@ footer {
background-image: url("/assets/img/android.svg");
background-repeat: no-repeat;
background-size: 1em;
- background-position: right 4px center;
+ background-position: right 4px top 8px;
}
#beta table tr td:nth-child(1) {
|