summaryrefslogtreecommitdiff
path: root/resources/jquery/jquery.badge.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/jquery/jquery.badge.css')
-rw-r--r--resources/jquery/jquery.badge.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/resources/jquery/jquery.badge.css b/resources/jquery/jquery.badge.css
deleted file mode 100644
index f313663e..00000000
--- a/resources/jquery/jquery.badge.css
+++ /dev/null
@@ -1,37 +0,0 @@
-.mw-badge {
- min-width: 7px;
- border-radius: 2px;
- padding: 1px 4px;
- text-align: center;
- font-size: 12px;
- line-height: 12px;
- background-color: #d2d2d2;
- cursor: pointer;
-}
-
-.mw-badge-content {
- font-weight: bold;
- color: white;
- vertical-align: baseline;
- text-shadow: 0 1px rgba(0, 0, 0, 0.4);
-}
-
-.mw-badge-inline {
- margin-left: 3px;
- display: inline-block;
- /* Hack for IE6 and IE7 (bug 47926) */
- zoom: 1;
- *display: inline;
-
-}
-.mw-badge-overlay {
- position: absolute;
- bottom: -1px;
- right: -3px;
- z-index: 50;
-}
-
-.mw-badge-important {
- background-color: #cc0000;
-}
-