
1 Mar
2017
1 Mar
'17
5:01 p.m.
commit 9f6b4ab99656bfe09edd69aa5af91c1fe6e4d36f Author: cypherpunks <cypherpunks@torproject.org> Date: Tue Feb 7 17:40:40 2017 +0000 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; }