aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-09-08 13:39:15 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-09-09 16:31:20 +0100
commit00eabf82adedc917f9cf5a139e1af96ecb48ac84 (patch)
tree85a7de8c5c56fbfdd02f7d401f219ce959e362ef
parent14f22b5148313adf809affd5d517c318c10550d9 (diff)
Fix display of timeline times.
-rw-r--r--templates/web/base/admin/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/header.html b/templates/web/base/admin/header.html
index 517b984e3..104a93ce4 100644
--- a/templates/web/base/admin/header.html
+++ b/templates/web/base/admin/header.html
@@ -5,7 +5,7 @@
%]
<style type="text/css">
dt { clear: left; float: left; font-weight: bold; }
-dd { margin-left: 8em; }
+dd { margin-left: 8em !important; }
.adminhidden { color: #666666; }
.error { color: red; }
select { width: auto; }