Skip to content

Commit

Permalink
Increased size of time text for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adampash committed Oct 30, 2014
1 parent 7e3602c commit 9cb00dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion popup.html
Expand Up @@ -104,7 +104,7 @@
}

#time {
font-size: 0.75em;
font-size: 11px;
font-weight: bold;
line-height: 20px;
color:white;
Expand Down
4 changes: 2 additions & 2 deletions styles/notification.css
Expand Up @@ -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;
Expand Down Expand Up @@ -312,4 +312,4 @@ background: no-repeat url(../images/sprites.png) -300px -132px;
#search {
float:right;
color:#333;
}
}
4 changes: 2 additions & 2 deletions styles/popup.css
Expand Up @@ -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;
Expand Down Expand Up @@ -302,4 +302,4 @@ background: no-repeat url(../images/sprites.png) -300px -132px;
#search {
float:right;
color:#333;
}
}

0 comments on commit 9cb00dd

Please sign in to comment.