X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.badge.css;h=8b4bd7b3eb92719f637d989c9ddb3071b484c834;hb=d36b183513171d9c7d666323e2b2e3acb561882f;hp=fa7ea70279db9b8d315781ac60fe24cb304b4b7d;hpb=82b8b578938bf75bc9fa924aa95b10955d49ec6f;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.badge.css b/resources/src/jquery/jquery.badge.css index fa7ea70279..8b4bd7b3eb 100644 --- a/resources/src/jquery/jquery.badge.css +++ b/resources/src/jquery/jquery.badge.css @@ -11,9 +11,9 @@ .mw-badge-content { font-weight: bold; - color: white; + color: #fff; vertical-align: baseline; - text-shadow: 0 1px rgba(0, 0, 0, 0.4); + text-shadow: 0 1px rgba( 0, 0, 0, 0.4 ); } .mw-badge-inline { @@ -32,5 +32,5 @@ } .mw-badge-important { - background-color: #cc0000; + background-color: #c00; }