ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=4f951b687bbea1f6bb0d59064637fa7b0f1281c5

commit 4f951b687bbea1f6bb0d59064637fa7b0f1281c5
Author: Andy Williams <[email protected]>
Date:   Fri Nov 17 13:08:29 2017 +0000

    Use underline on normal links, remove it for visited
    
    To do this we need to use border-bottom instead of text-decoration
---
 public_html/lib/tpl/e/css/modifications.css | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index e94e01b8..76cbac7e 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -63,9 +63,14 @@ h1, h2, h3, h4, h5, h6,
    padding: 5px 20px;
 }
 
+.bs-sidebar .nav li a:visited {
+   border-bottom: none;
+   border-bottom-color: #202020;
+}
+
 .bs-sidebar .nav > li > a:hover,
 .bs-sidebar .nav > li > a:focus {
-   text-decoration: none;
+   border-bottom: none;
    background-color: #202020;
    border-right: 1px solid #505050;
 }
@@ -119,6 +124,11 @@ h1, h2, h3, h4, h5, h6,
    min-width: 250px;
 }
 
+#dokuwiki__aside a:visited {
+   border-bottom: none;
+   border-bottom-color: #282828;
+}
+
 @media screen and (max-width: 768px) {
    table.columns-plugin {
       border: none;
@@ -156,6 +166,7 @@ h1, h2, h3, h4, h5, h6,
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
+   border-bottom: none;
 }
 
 .nav > li > a:hover,
@@ -171,6 +182,8 @@ h1, h2, h3, h4, h5, h6,
 .dropdown-menu > li > a {
    color: #bbbbbb;
    text-shadow: none;
+   border-bottom: none;
+   border-bottom-color: #333;
 }
 
 .dropdown-menu > li > a:hover,
@@ -178,6 +191,8 @@ h1, h2, h3, h4, h5, h6,
    background-color: #202020;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
+   border-bottom: none;
+   border-bottom-color: #202020;
 }
 
 .dropdown-menu .divider {
@@ -212,16 +227,23 @@ hr {
 
 a {
    color: #44aaff;
+   border-bottom: 1px solid #44aaff;
+   text-decoration: none;
 }
 
 a:hover, a:focus {
    color: #ffffff;
+   border-bottom-color: #ffffff;
+   text-decoration: none;
 }
 
 a:visited {
+   border-bottom: none;
+   border-bottom-color: #303030;
 }
 
 a.media, a.navbar-brand {
+   border-bottom: none;
 }
 
 abbr[title],

-- 


Reply via email to