You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2005/09/11 03:49:36 UTC

svn commit: r280058 - /cocoon/site/src/forrest-configuration/skinconf-extracss.xml

Author: crossley
Date: Sat Sep 10 18:49:31 2005
New Revision: 280058

URL: http://svn.apache.org/viewcvs?rev=280058&view=rev
Log:
Fix file with mixed line-endings.

Modified:
    cocoon/site/src/forrest-configuration/skinconf-extracss.xml   (contents, props changed)

Modified: cocoon/site/src/forrest-configuration/skinconf-extracss.xml
URL: http://svn.apache.org/viewcvs/cocoon/site/src/forrest-configuration/skinconf-extracss.xml?rev=280058&r1=280057&r2=280058&view=diff
==============================================================================
--- cocoon/site/src/forrest-configuration/skinconf-extracss.xml (original)
+++ cocoon/site/src/forrest-configuration/skinconf-extracss.xml Sat Sep 10 18:49:31 2005
@@ -1,24 +1,24 @@
-<!--
-  Copyright 2002-2004 The Apache Software Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-
-<!--
-Skin configuration file. This file contains details of your project,
-which will be used to configure the chosen Forrest skin.
--->
-  <extra-css>
+<!--
+  Copyright 2002-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+Skin configuration file. This file contains details of your project,
+which will be used to configure the chosen Forrest skin.
+-->
+  <extra-css>
     /* ----------------------------------- TOC -----------------------------------  */
     #minitoc-area {
       border:1px solid #aaaaaa;
@@ -45,28 +45,28 @@
     }
     .commentbody {
       background-color:white;
-    }
-    .comment * {
-      padding: 0px;
-      margin: 0px;
-    }    
-    .commentheader, .commenttaskbar {
-      background-color:#E5E4D9;
-      color:black;
-      font-weight:bold;   
+    }
+    .comment * {
+      padding: 0px;
+      margin: 0px;
+    }    
+    .commentheader, .commenttaskbar {
+      background-color:#E5E4D9;
+      color:black;
+      font-weight:bold;   
     }    
-
-    /* ----------------------------------- table styling fixes--------------------  */
-
-    #content td {
-      margin: 0;
-      padding: 5px;
-      vertical-alin: top;
-     }
-
-    #content td p {
-      margin: 0px;
-    }
+
+    /* ----------------------------------- table styling fixes--------------------  */
+
+    #content td {
+      margin: 0;
+      padding: 5px;
+      vertical-alin: top;
+     }
+
+    #content td p {
+      margin: 0px;
+    }
 
     /* ----------------------------------- text -----------------------------------  */
     p { margin: 0.4em 0em 0.5em 0em;
@@ -97,8 +97,8 @@
         background-color:#f9f9f9;
         padding:5px;
         font-size: 95%;
-    }
-    li {
-       list-style-type:square;
-    }    
-  </extra-css>
+    }
+    li {
+       list-style-type:square;
+    }    
+  </extra-css>

Propchange: cocoon/site/src/forrest-configuration/skinconf-extracss.xml
------------------------------------------------------------------------------
    svn:eol-style = native