Improving styling a little bit

This commit is contained in:
Eugen Rochko
2016-08-31 16:48:21 +02:00
parent 72591cc6d5
commit 1e0e17ba85
4 changed files with 17 additions and 11 deletions

View File

@@ -4,17 +4,17 @@ import PureRenderMixin from 'react-addons-pure-render-mixin';
moment.updateLocale('en', {
relativeTime : {
future: "in %s",
past: "%s ago",
s: "s",
m: "a minute",
past: "%s",
s: "%ds",
m: "1m",
mm: "%dm",
h: "an hour",
h: "1h",
hh: "%dh",
d: "a day",
d: "1d",
dd: "%dd",
M: "a month",
M: "1mo",
MM: "%dmo",
y: "a year",
y: "1y",
yy: "%dy"
}
});