aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-19 18:24:27 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-19 18:24:27 +0100
commit4d6398c522652f2c8102d2f9133392c98e6b7f7d (patch)
treee19956c26ad77733e2fcf3cf7822fb1f437233c1
parent0136cbc1eb02d99902cf4df2e024a9adaea5c8c9 (diff)
Fix style use and add class.
Change-Id: I997fa03d783c737980e7c632c4381dfbff037d40
-rw-r--r--app/dashboard/static/js/linaro-builds-job-kernel-1.0.8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dashboard/static/js/linaro-builds-job-kernel-1.0.8.js b/app/dashboard/static/js/linaro-builds-job-kernel-1.0.8.js
index 79724a7..ad8bf23 100644
--- a/app/dashboard/static/js/linaro-builds-job-kernel-1.0.8.js
+++ b/app/dashboard/static/js/linaro-builds-job-kernel-1.0.8.js
@@ -200,7 +200,7 @@ function createBuildsPage(data) {
if (localData.arch !== null) {
archLabel = '<small>' +
- '<span class="pull-right" style="padding: 3px">' +
+ '<span class="pull-right arch-label">' +
localData.arch + '</span></small>';
}