diff options
author | Simounet <contact@simounet.net> | 2017-12-20 21:04:28 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-12-26 09:00:33 +0100 |
commit | a8541089be426b78c4bf48743e53e17af3ef432a (patch) | |
tree | 660eafba0d229a54db1a49335e9b095be34d5ca8 /app/Resources/static/themes/material | |
parent | ac8489f5f7fc44104c501e917d6f9889c50092a4 (diff) | |
download | wallabag-a8541089be426b78c4bf48743e53e17af3ef432a.tar.gz wallabag-a8541089be426b78c4bf48743e53e17af3ef432a.tar.zst wallabag-a8541089be426b78c4bf48743e53e17af3ef432a.zip |
Useless span removed from the card's title
Diffstat (limited to 'app/Resources/static/themes/material')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 8ef864d6..4a442228 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -25,7 +25,6 @@ main { | |||
25 | max-height: 80px; | 25 | max-height: 80px; |
26 | font-size: 19px; | 26 | font-size: 19px; |
27 | font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; | 27 | font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; |
28 | color: #313131; | ||
29 | } | 28 | } |
30 | 29 | ||
31 | .card-stacked .card-content .card-title { | 30 | .card-stacked .card-content .card-title { |