Author: crossley
Date: Wed Jul  6 06:07:12 2016
New Revision: 1751604

URL: http://svn.apache.org/viewvc?rev=1751604&view=rev
Log:
Use same element order for "width" and "height" as for the "credit" elements.

Modified:
    forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml

Modified: forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml?rev=1751604&r1=1751603&r2=1751604&view=diff
==============================================================================
--- forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml 
(original)
+++ forrest/trunk/main/template-sites/basic/src/documentation/skinconf.xml Wed 
Jul  6 06:07:12 2016
@@ -62,8 +62,8 @@ which will be used to configure the chos
   <project-description>MyProject Description</project-description>
   <project-url>http://example.org/myproj/</project-url>
   <project-logo>images/project.png</project-logo>
-  <project-logo-height>50</project-logo-height>
   <project-logo-width></project-logo-width>
+  <project-logo-height>50</project-logo-height>
 <!-- Alternative static image:
   <project-logo>images/project-logo.png</project-logo> -->
 <!-- optional group logo
@@ -72,16 +72,16 @@ which will be used to configure the chos
   <group-description>MyGroup Description</group-description>
   <group-url>http://example.org</group-url>
   <group-logo>images/group.png</group-logo>
-  <group-logo-height></group-logo-height>
   <group-logo-width></group-logo-width>
+  <group-logo-height></group-logo-height>
 <!-- Alternative static image:
   <group-logo>images/group-logo.gif</group-logo> -->
 <!-- optional host logo (e.g. sourceforge logo)
        default skin: renders it at the bottom-left corner -->
   <host-url></host-url>
   <host-logo></host-logo>
-  <host-logo-height></host-logo-height>
   <host-logo-width></host-logo-width>
+  <host-logo-height></host-logo-height>
 <!-- relative url of a favicon file, normally favicon.ico -->
   <favicon-url></favicon-url>
 <!-- The following are used to construct a copyright statement -->