[pLog-svn] r3619 - plog/trunk/styles

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Jun 18 20:40:24 GMT 2006


Author: oscar
Date: 2006-06-18 20:40:24 +0000 (Sun, 18 Jun 2006)
New Revision: 3619

Modified:
   plog/trunk/styles/admin-ff.css
   plog/trunk/styles/admin-rtl.css
   plog/trunk/styles/admin.css
   plog/trunk/styles/summary-rtl.css
   plog/trunk/styles/summary.css
Log:
fixed issue 961 (list-decoration is not valid, replaced with list-style-type)


Modified: plog/trunk/styles/admin-ff.css
===================================================================
--- plog/trunk/styles/admin-ff.css	2006-06-18 20:36:08 UTC (rev 3618)
+++ plog/trunk/styles/admin-ff.css	2006-06-18 20:40:24 UTC (rev 3619)
@@ -29,8 +29,8 @@
 
 #header #blogLink
 {
-    float: left;
    width : 783px;
    height: 52px;
-    margin-top: 5px;
}
+    float: left;    width : 783px;    height: 52px;
+    margin-top: 5px;}
 
 #header span
 {
@@ -285,7 +285,7 @@
 
 .menuTop_level1 ul, li
 {
-    list-decoration: none;
+    list-style-type: none;
 }
 
 .menuTop_level1 ul

Modified: plog/trunk/styles/admin-rtl.css
===================================================================
--- plog/trunk/styles/admin-rtl.css	2006-06-18 20:36:08 UTC (rev 3618)
+++ plog/trunk/styles/admin-rtl.css	2006-06-18 20:40:24 UTC (rev 3619)
@@ -29,8 +29,8 @@
 
 #header #blogLink
 {
-    float: left;
    width : 783px;
    height: 52px;
-    margin-top: 5px;
}
+    float: left;    width : 783px;    height: 52px;
+    margin-top: 5px;}
 
 #header span
 {
@@ -279,7 +279,7 @@
 
 .menuTop_level1 ul, li
 {
-    list-decoration: none;
+    list-style-type: none;
 }
 
 .menuTop_level1 ul

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2006-06-18 20:36:08 UTC (rev 3618)
+++ plog/trunk/styles/admin.css	2006-06-18 20:40:24 UTC (rev 3619)
@@ -313,7 +313,7 @@
 
 .menuTop_level1 ul, li
 {
-/*    list-decoration: none;*/
+/*    list-style-type: none;*/
 }
 
 .menuTop_level1 ul

Modified: plog/trunk/styles/summary-rtl.css
===================================================================
--- plog/trunk/styles/summary-rtl.css	2006-06-18 20:36:08 UTC (rev 3618)
+++ plog/trunk/styles/summary-rtl.css	2006-06-18 20:40:24 UTC (rev 3619)
@@ -298,7 +298,7 @@
 
 .menuTop_level1 ul, li
 {
-    list-decoration: none;
+    list-style-type: none;
 }
 
 .menuTop_level1 ul

Modified: plog/trunk/styles/summary.css
===================================================================
--- plog/trunk/styles/summary.css	2006-06-18 20:36:08 UTC (rev 3618)
+++ plog/trunk/styles/summary.css	2006-06-18 20:40:24 UTC (rev 3619)
@@ -298,7 +298,7 @@
 
 /*.menuTop_level1 ul, li
 {
-    list-decoration: none;
+    list-style-type: none;
 }
 
 .menuTop_level1 ul



More information about the pLog-svn mailing list