Branch: refs/heads/master
Home: https://github.com/NixOS/hydra
Commit: e7fa54e48e0b83c565f8294c0c629782c6a62c92
https://github.com/NixOS/hydra/commit/e7fa54e48e0b83c565f8294c0c629782c6a62c92
Author: Eelco Dolstra <[email protected]>
Date: 2012-04-15 (Sun, 15 Apr 2012)
Changed paths:
M src/root/build.tt
M src/root/jobset.tt
M src/root/static/css/hydra.css
Log Message:
-----------
Fix the spacing around some <h3> headers
diff --git a/src/root/build.tt b/src/root/build.tt
index 79e52da..29fbbaa 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -150,7 +150,7 @@
[% IF build.buildproducts %]
- <h2>Build products</h2>
+ <h3>Build products</h3>
[% IF !available %]
<p class="error">Note: this build is no longer
available.</p>
@@ -170,8 +170,7 @@
[% END %]
[% IF prevSuccessfulBuild %]
- <h2>Changes</h2>
- <br/>
+ <h3>Changes</h3>
<table class="table table-striped table-condensed">
<thead>
<th>Last successful build <tt>[% INCLUDE renderDateTime
timestamp = prevSuccessfulBuild.timestamp %]</tt></th>
diff --git a/src/root/jobset.tt b/src/root/jobset.tt
index 1a15237..4b6faed 100644
--- a/src/root/jobset.tt
+++ b/src/root/jobset.tt
@@ -122,7 +122,7 @@
[% IF jobset.errormsg -%]
<div id="tabs-errors" class="tab-pane">
- <h3>Evaluation errors</h3>
+ <h2>Evaluation errors</h2>
<pre class="multiLineMsg error">[%
HTML.escape(jobset.errormsg) %]</pre>
</div>
[% END %]
diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css
index a3ecd7a..cc85206 100644
--- a/src/root/static/css/hydra.css
+++ b/src/root/static/css/hydra.css
@@ -15,4 +15,8 @@ th {
.template {
display: none;
-}
\ No newline at end of file
+}
+
+h3 {
+ margin-top: 1em;
+}
================================================================
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits