ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=7d3cb922cde70c40ed35ba868e3c660912de2c3b
commit 7d3cb922cde70c40ed35ba868e3c660912de2c3b Author: Andy Williams <[email protected]> Date: Fri Nov 17 11:56:57 2017 +0000 Revert "remove underlines from nav elements" This reverts commit 5c0debd17b5e132ef45bb5a5c58faaef813e5256. Working on a different, less greyscale, version of high contrast. --- public_html/lib/tpl/e/css/modifications.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 77dafc1f..9210ab71 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -84,7 +84,6 @@ h1, h2, h3, h4, h5, h6, } .bs-sidebar .nav .nav > li > a { - text-decoration: none; padding-top: 3px; padding-bottom: 3px; padding-left: 30px; @@ -157,13 +156,11 @@ h1, h2, h3, h4, h5, h6, padding-left: 6px; padding-right: 6px; text-shadow: none; - text-decoration: none; } .nav > li > a:hover, .nav > li > a:focus { text-shadow: none; - text-decoration: none; // text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); } @@ -175,7 +172,6 @@ h1, h2, h3, h4, h5, h6, .dropdown-menu > li > a { color: #bbbbbb; text-shadow: none; - text-decoration: none; } .dropdown-menu > li > a:hover, @@ -183,7 +179,6 @@ h1, h2, h3, h4, h5, h6, background-color: #202020; color: #ffffff; text-shadow: none; - text-decoration: none; // text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); } --
