do not use italic typeface style, instead lighter color

This commit is contained in:
Jan-Christoph Borchardt 2014-06-03 19:12:31 +02:00
parent 80627dfd2c
commit 29c5ec4fa6
1 changed files with 9 additions and 0 deletions

View File

@ -278,3 +278,12 @@ button.loading {
.appear.transparent {
opacity: 0;
}
/* do not use italic typeface style, instead lighter color */
em {
font-style: normal;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: .5;
}