aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/diagnostics
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-11 15:44:10 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-11 15:44:10 +0200
commitb36cd5c50493ca3567c5acfef665352bd39eadd3 (patch)
treebb2562d98aac6aaa9b0046543ef0574e199659c9 /servo/templates/diagnostics
parent19444b3b1c3d80b860d9d749942b7d2558950bcb (diff)
downloadServo-b36cd5c50493ca3567c5acfef665352bd39eadd3.tar.gz
Servo-b36cd5c50493ca3567c5acfef665352bd39eadd3.tar.bz2
Servo-b36cd5c50493ca3567c5acfef665352bd39eadd3.zip
Cleanup
Diffstat (limited to 'servo/templates/diagnostics')
-rw-r--r--servo/templates/diagnostics/select_test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/diagnostics/select_test.html b/servo/templates/diagnostics/select_test.html
index 95618f8..c296f10 100644
--- a/servo/templates/diagnostics/select_test.html
+++ b/servo/templates/diagnostics/select_test.html
@@ -3,7 +3,7 @@
{% block header %}{% trans "Choose test to run" %}{% endblock header %}
{% block body %}
{% if error %}
- <h2>{{ error }}</h2>
+ <h3 class="empty muted">{{ error }}</h3>
{% endif %}
<ul class="nav nav-pills nav-stacked">
{% for i in tests %}