noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 18/44: css : force a.inline to be inline !


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 18/44: css : force a.inline to be inline !
Date: Wed, 26 Dec 2018 04:29:53 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a1789c6b74213b49029e516c23f4c78f8950c098
Author: Dany De Bontridder <address@hidden>
Date:   Sat Nov 24 09:49:32 2018 +0100

    css : force a.inline to be inline !
---
 html/style-classic7.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/html/style-classic7.css b/html/style-classic7.css
index 60c7e2a..718a7dd 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -1072,16 +1072,16 @@ ul {
 a.line,div.content a.line
 {
     text-decoration:underline;
-    display:inline;
+    display:inline !important;
     /* color: #0000FF; */
     cursor:pointer;
 }
 a.line:hover,div_content a.line
 {
     text-decoration:underline;
-    display:inline;
-    color: #FFFFFF;
-    background-color:#336699;
+    display:inline !important;
+    color: #FFFFFF !important;
+    background-color:#336699 !important;
     cursor:pointer;
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]