Fix warning tooltip position

By default the tooltip looks like it belongs to the list item above it.
This commit is contained in:
Aaron Lidman
2013-11-26 14:08:39 -08:00
parent 4be6d8b496
commit d6a03657aa

View File

@@ -2712,6 +2712,10 @@ img.wiki-image {
background: #000;
color: #ccc;
}
/* commit warning tooltips need to be closer */
.warning-section .tooltip.top {
margin-top: -5px;
}
/* Uncramp map-control tooltips */
.map-control .tooltip {