app/views/env.erb in tailog-0.2.3 vs app/views/env.erb in tailog-0.3.0
- old
+ new
@@ -1,5 +1,5 @@
-<dl class="dl-horizontal">
+<dl class="dl-horizontal dl-hover">
<% ENV.each do |key, value| %>
<dt><%= key %></dt>
<dd><%= value %></dd>
<% end %>
</dl>