From 9cb00ddacd9644ac2709c8e240f88a7950df9cdc Mon Sep 17 00:00:00 2001 From: Adam Pash Date: Thu, 30 Oct 2014 16:20:17 -0400 Subject: [PATCH] Increased size of time text for readability --- popup.html | 2 +- styles/notification.css | 4 ++-- styles/popup.css | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/popup.html b/popup.html index 223b343..57be616 100644 --- a/popup.html +++ b/popup.html @@ -104,7 +104,7 @@ } #time { - font-size: 0.75em; + font-size: 11px; font-weight: bold; line-height: 20px; color:white; diff --git a/styles/notification.css b/styles/notification.css index 386ab1a..ddfc5c0 100644 --- a/styles/notification.css +++ b/styles/notification.css @@ -105,7 +105,7 @@ background: no-repeat url(../images/sprites.png) -300px -132px; } #time { - font-size: 0.75em; + font-size: 11px; font-weight: bold; line-height: 20px; color:white; @@ -312,4 +312,4 @@ background: no-repeat url(../images/sprites.png) -300px -132px; #search { float:right; color:#333; -} \ No newline at end of file +} diff --git a/styles/popup.css b/styles/popup.css index e707597..be6d5e5 100644 --- a/styles/popup.css +++ b/styles/popup.css @@ -98,7 +98,7 @@ background: no-repeat url(../images/sprites.png) -300px -132px; } #time { - font-size: 0.75em; + font-size: 11px; font-weight: bold; line-height: 20px; color:white; @@ -302,4 +302,4 @@ background: no-repeat url(../images/sprites.png) -300px -132px; #search { float:right; color:#333; -} \ No newline at end of file +}