You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/05/13 18:02:44 UTC

[incubator-nlpcraft-java-client] branch develop-0.7.5 updated: Update stylesheet.css

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch develop-0.7.5
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-java-client.git


The following commit(s) were added to refs/heads/develop-0.7.5 by this push:
     new c362477  Update stylesheet.css
c362477 is described below

commit c362477079c0f4204584f0bf87f9fa0495d30bf1
Author: unknown <ar...@datalingvo.com>
AuthorDate: Thu May 13 11:02:35 2021 -0700

    Update stylesheet.css
---
 javadoc/stylesheet.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/javadoc/stylesheet.css b/javadoc/stylesheet.css
index 5d48c84..526e6bf 100644
--- a/javadoc/stylesheet.css
+++ b/javadoc/stylesheet.css
@@ -41,11 +41,9 @@ iframe {
     border:none;
 }
 a:link, a:visited {
-    text-decoration: none;
     color:#4A6782;
 }
 a[href]:hover, a[href]:focus {
-    text-decoration:none;
     color:#bb7a2a;
 }
 a[name] {
@@ -132,7 +130,6 @@ sup {
 }
 .bar a, .bar a:link, .bar a:visited, .bar a:active {
     color:#FFFFFF;
-    text-decoration:none;
 }
 .bar a:hover, .bar a:focus {
     color:#bb7a2a;
@@ -232,11 +229,9 @@ ul.subNavList li {
 }
 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
     color:#FFFFFF;
-    text-decoration:none;
     text-transform:uppercase;
 }
 .topNav a:hover, .bottomNav a:hover {
-    text-decoration:none;
     color:#bb7a2a;
     text-transform:uppercase;
 }