2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00

Don't need to show date in smaller font when MMM Y format

This commit is contained in:
Neil Lalonde 2014-01-29 17:10:39 -05:00
parent b5d0031105
commit 29c3767b7f
2 changed files with 0 additions and 4 deletions

View file

@ -214,7 +214,6 @@
width: 60px;
}
.with-year {
font-size: 85%;
white-space: nowrap;
}
}

View file

@ -148,9 +148,6 @@
}
.age {
white-space: nowrap;
.with-year {
font-size: 85%;
}
}
}