mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
use arrows glyph instead of "vs" in compare dialog
This commit is contained in:
parent
4b1eaa567e
commit
8a63596cbd
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user