From a1da4a63fbf878fee1cfffb3e225b2f2f9920f86 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 1 Nov 2014 21:25:41 -0400 Subject: remove underline on table dropdown, closes #344 --- lumen/bootswatch.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lumen/bootswatch.less') diff --git a/lumen/bootswatch.less b/lumen/bootswatch.less index bb57a141..71e4e393 100644 --- a/lumen/bootswatch.less +++ b/lumen/bootswatch.less @@ -163,6 +163,10 @@ table, text-decoration: underline; } + .dropdown-menu a { + text-decoration: none; + } + .success, .warning, .danger, -- cgit v1.2.3