From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Tue, 7 Feb 2017 17:40:40 +0000 Subject: [PATCH 1/3] Use a specific selector for styling the tooltips --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3c67c24..397f20e 100644 --- a/css/style.css +++ b/css/style.css @@ -63,6 +63,6 @@ span.flags img { top:2px; } -.tooltip * { +.tooltip-inner { text-align:left; }