use arrows glyph instead of "vs" in compare dialog

This commit is contained in:
Jeff Atwood 2015-05-22 03:03:04 -07:00
parent 4b1eaa567e
commit 8a63596cbd
2 changed files with 2 additions and 1 deletions

View File

@ -162,6 +162,7 @@
margin-bottom: 10px;
display: block;
margin-left: 0 !important; // override needed
font-weight: bold;
.topic-title {
font-size: 0.929em;
font-weight: normal;

View File

@ -1371,7 +1371,7 @@ en:
last: "Last revision"
hide: "Hide revision"
show: "Show revision"
comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> vs <strong>{{current}}</strong> / {{total}}"
comparing_previous_to_current_out_of_total: "<strong>{{previous}}</strong> <i class='fa fa-arrows-h'></i> <strong>{{current}}</strong> / {{total}}"
displays:
inline:
title: "Show the rendered output with additions and removals inline"