diff --git a/app/stylesheets/partials/_legend.sass b/app/stylesheets/partials/_legend.sass index acaf7a2e..0e738664 100644 --- a/app/stylesheets/partials/_legend.sass +++ b/app/stylesheets/partials/_legend.sass @@ -4,4 +4,7 @@ span#legend display: inline-block height: 45px margin: 0 auto - float: right \ No newline at end of file + float: right + text-align: center + .centered + padding-top: 5px diff --git a/app/views/features/_legend.html.erb b/app/views/features/_legend.html.erb index 41775f49..5f627730 100644 --- a/app/views/features/_legend.html.erb +++ b/app/views/features/_legend.html.erb @@ -1,5 +1,7 @@ Legend
- <%= (defined? change)? "Changes to the" : "Removing from"%> <%=h diff_from %> - <%= (defined? change)? "Changes to the" : "Adding to"%> <%=h diff_to %> +
+ <%= (defined? change)? "Changes to the" : "Removing from"%> <%=h diff_from %> + <%= (defined? change)? "Changes to the" : "Adding to"%> <%=h diff_to %> +