Reduce font size for timestamp

Change-Id: Ic54988c0613022fe11ad0019fa9c9b83151252d1
This commit is contained in:
Prateek Saxena 2014-02-13 06:25:44 +05:30
parent 6e3b49807d
commit cde2c2f182

View file

@ -43,6 +43,10 @@
float: initial;
}
> div.mwe-popups-timestamp-older, div.mwe-popups-timestamp-recent{
font-size: 0.85em;
}
> div.mwe-popups-timestamp-older{
color: #bbb;
}