raster pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=5c0debd17b5e132ef45bb5a5c58faaef813e5256

commit 5c0debd17b5e132ef45bb5a5c58faaef813e5256
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Nov 17 11:22:27 2017 +0900

    remove underlines from nav elements
---
 public_html/lib/tpl/e/css/modifications.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index 9210ab71..77dafc1f 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -84,6 +84,7 @@ h1, h2, h3, h4, h5, h6,
 }
 
 .bs-sidebar .nav .nav > li > a {
+   text-decoration: none;
    padding-top:    3px;
    padding-bottom: 3px;
    padding-left: 30px;
@@ -156,11 +157,13 @@ 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);
 }
 
@@ -172,6 +175,7 @@ h1, h2, h3, h4, h5, h6,
 .dropdown-menu > li > a {
    color: #bbbbbb;
    text-shadow: none;
+   text-decoration: none;
 }
 
 .dropdown-menu > li > a:hover,
@@ -179,6 +183,7 @@ 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);
 }
 

-- 


Reply via email to