diff options
author | Jochen Topf <jochen@topf.org> | 2012-02-25 16:45:13 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2012-02-25 16:45:13 +0100 |
commit | 5a690eb7de355d0d92a2a91b5c18af2d75497bc6 (patch) | |
tree | e2068216d5234dd391ae653c7a4a98190a129b0c /web | |
parent | 88e1bb9f642048d6c8375751369cc62d34ac832d (diff) | |
download | taginfo-5a690eb7de355d0d92a2a91b5c18af2d75497bc6.tar taginfo-5a690eb7de355d0d92a2a91b5c18af2d75497bc6.tar.gz |
fix chrome css rendering problem
Diffstat (limited to 'web')
-rw-r--r-- | web/public/css/taginfo.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index b8ddd71..ba70a90 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -113,6 +113,10 @@ span.button { border-radius: 4px; } +span.button a.extlink:before { + content: none; +} + span.disabled { color: #808080; } |