[pLog-svn] r2017 - plog/branches/plog-1.0.1/styles

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu May 19 10:28:23 GMT 2005


Author: jondaley
Date: 2005-05-19 10:28:23 +0000 (Thu, 19 May 2005)
New Revision: 2017

Modified:
   plog/branches/plog-1.0.1/styles/summary.css
Log:
removed classes that don't validate according to w3.org and I think aren't used message.template isn't used anywhere? The opacity flag doesn't validate at w3, but seem to be ok according the documents I have read.  And it correctly works in Firefox and IE

Modified: plog/branches/plog-1.0.1/styles/summary.css
===================================================================
--- plog/branches/plog-1.0.1/styles/summary.css	2005-05-19 10:26:49 UTC (rev 2016)
+++ plog/branches/plog-1.0.1/styles/summary.css	2005-05-19 10:28:23 UTC (rev 2017)
@@ -281,7 +281,7 @@
     border-bottom    : 1px solid white;
 }
 
-.menuTop_level1 ul, li
+/*.menuTop_level1 ul, li
 {
     list-decoration: none;
 }
@@ -291,8 +291,8 @@
   list-style-type: disc;
   list-style-image: url(../imgs/bullet.gif);
 }
+*/
 
-
 /* -------------------------------------------------------------- */
 /* Form controls (input, ...)                                     */
 /* -------------------------------------------------------------- */
@@ -345,7 +345,7 @@
 .list_action_button a:hover img
 {
     filter            : alpha(opacity=60);
-    -moz-opacity      : 0.6;
+    opacity           : 0.6;
 }
 
 .field
@@ -617,9 +617,8 @@
 {
     padding-left: 10px;
 }
-
-#FormError
-{
+/*
+#FormError{
     align: left;
     padding-top: 0px;
 }
@@ -634,7 +633,7 @@
     align: left;
     padding-top: 0px;
 }
-
+*/
 .InfoIcon
 {
     float:left;




More information about the pLog-svn mailing list