From 2515e605d65d4bf097c04290b639c28b4638d748 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Thu, 5 Oct 2017 18:09:34 -0700 Subject: [PATCH] removed tooltip underlines --- public/assets/css/general.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/assets/css/general.css b/public/assets/css/general.css index a665a8c1..56ab7788 100644 --- a/public/assets/css/general.css +++ b/public/assets/css/general.css @@ -40,7 +40,6 @@ p { /* Tooltip container */ .tooltip { position: relative; - border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ } /* Tooltip text */ .tooltip > .tooltip-text {