Update of /var/cvs/contributions/didactor2/src/core/templates/css
In directory james.mmbase.org:/tmp/cvs-serv11663

Modified Files:
        base.css menubars.css 
Log Message:
fixed spelling error


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates/css


Index: base.css
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/templates/css/base.css,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- base.css    17 Nov 2008 13:24:01 -0000      1.50
+++ base.css    21 Nov 2008 10:48:39 -0000      1.51
@@ -242,8 +242,8 @@
   padding: 0em 0.9em 0em 0em
 }
 
-.menuSeperator {
-  background-image: url('../gfx/menuseperator.gif');
+.menuSeparator {
+  background-image: url('../gfx/menuseparator.gif');
   background-repeat: no-repeat;
   height: 16px;
   width: 1px;
@@ -252,7 +252,7 @@
   padding: 0.3em 1.5em 0.1em 0.5em
 }
 
-.menuSeperator:first-child {
+.menuSeparator:first-child {
   background-image: none;
 }
 
@@ -265,8 +265,8 @@
 }
 
 
-.menuSeperatorApplicationMenubar {
-  background-image: url('../gfx/menuseperator.gif');
+.menuSeparatorApplicationMenubar {
+  background-image: url('../gfx/menuseparator.gif');
   background-repeat: no-repeat;
   height: 16px;
   width: 1px;
@@ -275,7 +275,7 @@
   margin: 0em 1em 0em 1em;
   padding: 0em 0.8em 0.1em 1em
 }
-.menuItemApplicationMenubar.start + .menuSeperatorApplicationMenubar {
+.menuItemApplicationMenubar.start + .menuSeparatorApplicationMenubar {
   display: none;
 }
 .menuItemApplicationMenubar.educationSelector form {


Index: menubars.css
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/templates/css/menubars.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- menubars.css        2 May 2007 15:00:49 -0000       1.2
+++ menubars.css        21 Nov 2008 10:48:39 -0000      1.3
@@ -145,8 +145,8 @@
   white-space: nowrap;
   padding: 0em 0.9em 0em 0em }
 
-.menuSeperator {
-  background-image: url('../gfx/menuseperator.gif'); 
+.menuSeparator {
+  background-image: url('../gfx/menuseparator.gif');
   background-repeat: no-repeat;
   height: 16px;
   width: 1px;
@@ -154,7 +154,7 @@
   float: left;
   padding: 0.3em 1.5em 0.1em 0.5em 
 }
-.menuSeperator:first-child { 
+.menuSeparator:first-child {
   display: none;
 }
 
@@ -166,8 +166,8 @@
   white-space: nowrap;
   vertical-align: middle }
 
-.menuSeperatorApplicationMenubar {
-  background-image: url('../gfx/menuseperator.gif'); 
+.menuSeparatorApplicationMenubar {
+  background-image: url('../gfx/menuseparator.gif');
   background-repeat: no-repeat;
   height: 16px;
   width: 1px;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to