Fix faint

This commit is contained in:
Florian Mounier
2015-10-06 14:13:17 +02:00
parent 909bcfa9f4
commit 140b0902fc
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
font-style: italic
.faint
text-opacity: .6
opacity: .6
.crossed
text-decoration: line-through

View File

@@ -3102,7 +3102,7 @@ body {
font-style: italic; }
.faint {
text-opacity: .6; }
opacity: .6; }
.crossed {
text-decoration: line-through; }