From 57103b8f2961fd8bfedb4d641cf1bcc0b0b37381 Mon Sep 17 00:00:00 2001 From: roopak Date: Mon, 20 Jan 2014 19:42:39 +0530 Subject: [PATCH] Changed the font size used for subheading in notificatons Changed the font size of notifications which was earlier too small and also the accessibility was also too low Bug: 60239 Change-Id: I20be3cd2277e865ee694070f119999b7b170547c --- modules/base/ext.echo.base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/ext.echo.base.css b/modules/base/ext.echo.base.css index 885d8bb02..c89d768a6 100644 --- a/modules/base/ext.echo.base.css +++ b/modules/base/ext.echo.base.css @@ -14,7 +14,7 @@ /* Including .mw-echo-timestamp for backwards compat */ .mw-echo-timestamp, .mw-echo-notification-footer { color: #6D6D6D; - font-size: 9px; + font-size: 11px; margin-top: 0.2em; } .mw-echo-notifications {