aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorPeter Wilmott <p@p8952.info>2015-01-23 12:02:11 +0000
committerPeter Wilmott <p@p8952.info>2015-01-23 12:02:11 +0000
commita925c5daaff07fa569758e40609199ad868a3866 (patch)
treee83f3d06c467d312e5538aef8addcf4e6dfd46b5 /web
parentAdd the output of 'gem list' to the collection of logs; Don't show empty log ... (diff)
downloadruby-tinderbox-a925c5daaff07fa569758e40609199ad868a3866.tar.gz
ruby-tinderbox-a925c5daaff07fa569758e40609199ad868a3866.tar.bz2
ruby-tinderbox-a925c5daaff07fa569758e40609199ad868a3866.zip
Increase the potential footer height; Fix typo
Diffstat (limited to 'web')
-rw-r--r--web/views/layout.erb2
-rw-r--r--web/views/visualizations.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/views/layout.erb b/web/views/layout.erb
index 9a71e33..28b4d1e 100644
--- a/web/views/layout.erb
+++ b/web/views/layout.erb
@@ -81,7 +81,7 @@
<div class="col-md-2"></div>
</div>
</div>
-<div style="height: 75px;"></div>
+<div style="height: 150px;"></div>
<footer class="footer">
<div class="container">
<div class="row">
diff --git a/web/views/visualizations.erb b/web/views/visualizations.erb
index 85a799d..342ba3c 100644
--- a/web/views/visualizations.erb
+++ b/web/views/visualizations.erb
@@ -7,7 +7,7 @@
<h1>Visualizations</h1>
-<h2>Number of Packages per Ruby Target:</h2>
+<h2>Number of Packages per Ruby Target</h2>
<table style="display:none;" class='table table-bordered table-condensed'>
<tr>
<td id='ruby_1.9_amd64'><%=ruby_1_9_amd64%></td>