[library-web] css: adapt <dl> colours not to force orange on everything



commit 079178a8e53aabf3c3b833d4a49906d9f9990da5
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jan 26 17:07:25 2014 +0000

    css: adapt <dl> colours not to force orange on everything
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688695

 data/skin/lgo2010.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/lgo2010.css b/data/skin/lgo2010.css
index f593f06..5b3a8f6 100644
--- a/data/skin/lgo2010.css
+++ b/data/skin/lgo2010.css
@@ -436,3 +436,11 @@ table, table tr, table td, table th, table tfoot, table thead, table tbody {
 #container div.blockquote {
   background-image: none;
 }
+
+dt {
+       color: inherit;
+}
+
+dl dt a {
+       color: #E36615;
+}


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