You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/04/03 04:50:10 UTC

cvs commit: cocoon-2.1/src/webapp/samples/simpleform/four form.xml

joerg       2004/04/02 18:50:10

  Modified:    src/webapp/samples/simpleform/two form.xml
               src/webapp/samples/simpleform/three form.xml
               src/webapp/samples/simpleform/four form.xml
  Log:
  the error element was not the real problem, but the display:block was; changed though as IE seems not to handle CSS on unknown elements
  
  Revision  Changes    Path
  1.5       +1 -2      cocoon-2.1/src/webapp/samples/simpleform/two/form.xml
  
  Index: form.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/simpleform/two/form.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- form.xml	6 Mar 2004 02:26:10 -0000	1.4
  +++ form.xml	3 Apr 2004 02:50:10 -0000	1.5
  @@ -17,12 +17,11 @@
   <page>
   <head>
   <style type="text/css">
  -error {
  +span.error {
   	font-style:italic;
   	font-weight:bold;
   	color:red;
   	background-color:#fffbe4;
  -	display: block;
   }
   </style>
   </head>
  
  
  
  1.5       +1 -2      cocoon-2.1/src/webapp/samples/simpleform/three/form.xml
  
  Index: form.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/simpleform/three/form.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- form.xml	6 Mar 2004 02:25:43 -0000	1.4
  +++ form.xml	3 Apr 2004 02:50:10 -0000	1.5
  @@ -17,12 +17,11 @@
   <page>
   <head>
   <style type="text/css">
  -error {
  +span.error {
   	font-style:italic;
   	font-weight:bold;
   	color:red;
   	background-color:#fffbe4;
  -	display: block;
   }
   </style>
   </head>
  
  
  
  1.5       +1 -2      cocoon-2.1/src/webapp/samples/simpleform/four/form.xml
  
  Index: form.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/simpleform/four/form.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- form.xml	6 Mar 2004 02:25:40 -0000	1.4
  +++ form.xml	3 Apr 2004 02:50:10 -0000	1.5
  @@ -17,12 +17,11 @@
   <page>
   <head>
   <style type="text/css">
  -error {
  +span.error {
   	font-style:italic;
   	font-weight:bold;
   	color:red;
   	background-color:#fffbe4;
  -	display: block;
   }
   </style>
   </head>