diff options
Diffstat (limited to 'skins/common')
-rw-r--r-- | skins/common/images/tipsy-arrow.gif | bin | 205 -> 0 bytes | |||
-rw-r--r-- | skins/common/shared.css | 31 |
2 files changed, 0 insertions, 31 deletions
diff --git a/skins/common/images/tipsy-arrow.gif b/skins/common/images/tipsy-arrow.gif Binary files differdeleted file mode 100644 index 9f1a15b6a691..000000000000 --- a/skins/common/images/tipsy-arrow.gif +++ /dev/null diff --git a/skins/common/shared.css b/skins/common/shared.css index a5612e22bab2..e72b25231c2d 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -1128,37 +1128,6 @@ ol:lang(or) li { margin-left: 20px; } -.tipsy { - padding: 5px 5px 10px; - font-size: 12px; - position: absolute; - z-index: 100000; - overflow: visible; -} - -.tipsy-inner { - padding: 5px 8px 4px 8px; - background-color: #d6f3ff; - color: black; - border: 1px solid #5dc9f4; - max-width: 300px; - text-align: left; -} - -.tipsy-arrow { - position: absolute; - /* @embed */ - background: url(images/tipsy-arrow.gif) no-repeat top left; - width: 13px; - height: 13px; -} - -.tipsy-se .tipsy-arrow { - bottom: -2px; - right: 10px; - background-position: 0% 100%; -} - #mw-clearyourcache, #mw-sitecsspreview, #mw-sitejspreview, |