Skip to content

Commit

Permalink
fixing font size and weight in the banners
Browse files Browse the repository at this point in the history
  • Loading branch information
levu committed Jan 25, 2014
1 parent ee0cf4e commit ef79095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions de/youtube/yt-banner-small.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#euCopyrightOriginal a {
-webkit-transition: color 0.5s;
transition: color 0.5s;
font-weight: bold;
font-size: 1.2em;
}

#euCopyrightOriginal a:link {
Expand Down
2 changes: 2 additions & 0 deletions de/youtube/yt-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#euCopyrightOriginal a {
-webkit-transition: color 0.5s;
transition: color 0.5s;
font-weight: bold;
font-size: 1.2em;
}

#euCopyrightOriginal a:link {
Expand Down

0 comments on commit ef79095

Please sign in to comment.