diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-11 15:44:10 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-11 15:44:10 +0200 |
commit | b36cd5c50493ca3567c5acfef665352bd39eadd3 (patch) | |
tree | bb2562d98aac6aaa9b0046543ef0574e199659c9 /servo/templates/diagnostics/select_test.html | |
parent | 19444b3b1c3d80b860d9d749942b7d2558950bcb (diff) | |
download | Servo-b36cd5c50493ca3567c5acfef665352bd39eadd3.tar.gz Servo-b36cd5c50493ca3567c5acfef665352bd39eadd3.tar.bz2 Servo-b36cd5c50493ca3567c5acfef665352bd39eadd3.zip |
Cleanup
Diffstat (limited to 'servo/templates/diagnostics/select_test.html')
-rw-r--r-- | servo/templates/diagnostics/select_test.html | 2 |
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 %} |