[valadoc] Fix no_bullet



commit 3cc05dd9a6f3d5e8870262d54dd8d27f3f86544b
Author: Florian Brosch <flo brosch gmail com>
Date:   Wed Feb 2 00:28:33 2011 +0100

    Fix no_bullet

 icons/devhelpstyle.css |    5 ++---
 icons/style.css        |    4 ++--
 icons/wikistyle.css    |    5 ++---
 3 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/icons/devhelpstyle.css b/icons/devhelpstyle.css
index 346725f..19392d1 100644
--- a/icons/devhelpstyle.css
+++ b/icons/devhelpstyle.css
@@ -468,11 +468,10 @@ a.navi_link:hover, a.external_link:hover {
 	text-decoration: underline;
 }
 
-ul.no_bullet > li {
-	list-style-type: none;
+ul.no_bullet li {
+	list-style-type: none;
 }
 
-
 .main_see_list {
 }
 
diff --git a/icons/style.css b/icons/style.css
index 6738472..0456417 100644
--- a/icons/style.css
+++ b/icons/style.css
@@ -481,8 +481,8 @@ a.navi_link:hover, a.external_link:hover {
 	text-decoration: underline;
 }
 
-ul.no_bullet > li {
-	list-style-type: none;
+ul.no_bullet li {
+	list-style-type: none;
 }
 
 .main_see_list {
diff --git a/icons/wikistyle.css b/icons/wikistyle.css
index 0f14363..9c878ce 100644
--- a/icons/wikistyle.css
+++ b/icons/wikistyle.css
@@ -480,11 +480,10 @@ a.navi_link:hover, a.external_link:hover {
 	text-decoration: underline;
 }
 
-ul.no_bullet > li {
-	list-style-type: none;
+ul.no_bullet li {
+	list-style-type: none;
 }
 
-
 .main_see_list {
 }
 



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