Author: wesw
Date: Sun Feb 10 12:38:29 2008
New Revision: 620320

URL: http://svn.apache.org/viewvc?rev=620320&view=rev
Log:
aesthetic fix to address WW-2438

Modified:
    
struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/config-styles.css
    
struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/page-header.ftl

Modified: 
struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/config-styles.css
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/config-styles.css?rev=620320&r1=620319&r2=620320&view=diff
==============================================================================
--- 
struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/config-styles.css
 (original)
+++ 
struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/config-styles.css
 Sun Feb 10 12:38:29 2008
@@ -1,4 +1,4 @@
-/*
+<#--
  * $Id$
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -17,7 +17,7 @@
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- */
+ * -->
 <style type="text/css">
        /* colors, backgrounds, borders, link indication */
 body {

Modified: 
struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/page-header.ftl
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/page-header.ftl?rev=620320&r1=620319&r2=620320&view=diff
==============================================================================
--- 
struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/page-header.ftl
 (original)
+++ 
struts/struts2/trunk/plugins/config-browser/src/main/resources/config-browser/page-header.ftl
 Sun Feb 10 12:38:29 2008
@@ -26,7 +26,7 @@
 <head>
 <title>${pageTitle}</title>
 <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />
-<#include "/config-browser/config-styles.css" parse="n"></head>
+<#include "/config-browser/config-styles.css" parse="y"></head>
 <body class="composite" marginwidth="0" marginheight="0" leftmargin="0" 
topmargin="0">
 
 <div id="breadcrumbs">


Reply via email to