mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
acd4ee2102
Change-Id: I1b061840c720ece80c1301f8ee38da9c80f7d100
12 lines
153 B
CSS
12 lines
153 B
CSS
.mw-echo-timestamp {
|
|
color: gray;
|
|
font-size: smaller;
|
|
}
|
|
|
|
.mw-echo-unread {
|
|
background-color: #f9f9ff;
|
|
}
|
|
|
|
div.mw-echo-timestamp {
|
|
text-align: right;
|
|
} |