slight back button improvements

This commit is contained in:
Jeff Atwood 2016-06-03 02:06:32 -07:00
parent c4e1ad0953
commit 9ac8974dd1
2 changed files with 5 additions and 1 deletions

View file

@ -113,6 +113,10 @@
position: absolute;
margin-left: -0.19em;
.btn-small {
padding: 2px 5px;
}
i.progress {
font-size: 0.5em;
color: dark-light-choose(scale-color($tertiary, $lightness: 80%), scale-color($tertiary, $lightness: 20%));

View file

@ -1296,7 +1296,7 @@ en:
timeline:
back: "Back"
back_description: "Go back to first unread post"
back_description: "Go back to your last unread post"
replies: "%{current} / %{total} replies"
replies_short: "%{current} / %{total}"