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 +}