diff --git a/runbot_merge/static/scss/runbot_merge.scss b/runbot_merge/static/scss/runbot_merge.scss
index c00bf61f..11ed66f4 100644
--- a/runbot_merge/static/scss/runbot_merge.scss
+++ b/runbot_merge/static/scss/runbot_merge.scss
@@ -1,7 +1,12 @@
// FIX: bs4 shit-heap colors and styles
-body {
+html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #666666;
+ font-size: 14px;
+}
+body {
+ color: inherit;
+ font-family: inherit;
}
h1, h2, h3, h4, h5, h6{
color: inherit;
@@ -36,6 +41,8 @@ h5 { font-size: 1em; }
.list-inline > li {
padding: 0 5px;
margin-right: 0;
+ // TODO: find better way to do this
+ display: inline-block;
}
// mergebot layouting
diff --git a/runbot_merge/views/templates.xml b/runbot_merge/views/templates.xml
index 0f3f662f..5eeaa497 100644
--- a/runbot_merge/views/templates.xml
+++ b/runbot_merge/views/templates.xml
@@ -13,6 +13,7 @@