Author: crossley
Date: Sun May 24 08:09:35 2009
New Revision: 778111

URL: http://svn.apache.org/viewvc?rev=778111&view=rev
Log:
Zap tabs, use spaces.

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.footer.panel.xml

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?rev=778111&r1=778110&r2=778111&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
 Sun May 24 08:09:35 2009
@@ -80,8 +80,8 @@
 */
 
 #content table {
-       border: 0;
-       width: 100%;
+  border: 0;
+  width: 100%;
 }
 
 * html #content table { margin-left: -3px; }

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.footer.panel.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.footer.panel.xml?rev=778111&r1=778110&r2=778111&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.footer.panel.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/panels/pelt-html.footer.panel.xml
 Sun May 24 08:09:35 2009
@@ -23,14 +23,14 @@
     </forrest:hook>
     <forrest:hook class="copyright">
       <forrest:contract name="siteinfo-copyright">
-       <forrest:property name="use-br">true</forrest:property>
+        <forrest:property name="use-br">true</forrest:property>
         <forrest:property name="siteinfo-copyright">
           <copyright>
             <year inception="true">2002</year>
             <vendor>The Example Organisation. Licensed under Apache Licence 
2.0</vendor>
-           <copyright-link>http://example.org</copyright-link>
-           <msg>The names "Apache" and "Apache Forrest" and the Apache feather 
logo are
-                trademarks of The Apache Software Foundation.</msg>
+            <copyright-link>http://example.org</copyright-link>
+            <msg>The names "Apache" and "Apache Forrest" and the Apache 
feather logo are
+            trademarks of The Apache Software Foundation.</msg>
           </copyright>
         </forrest:property>
       </forrest:contract>