You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/02/18 06:25:57 UTC

svn commit: r1071888 - /gump/trunk/src/documentation/skinconf.xml

Author: bodewig
Date: Fri Feb 18 05:25:57 2011
New Revision: 1071888

URL: http://svn.apache.org/viewvc?rev=1071888&view=rev
Log:
remove useless feedback link and change colors for links in footer.  Patch by David Crossley.  GUMP-162

Modified:
    gump/trunk/src/documentation/skinconf.xml

Modified: gump/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/gump/trunk/src/documentation/skinconf.xml?rev=1071888&r1=1071887&r2=1071888&view=diff
==============================================================================
--- gump/trunk/src/documentation/skinconf.xml (original)
+++ gump/trunk/src/documentation/skinconf.xml Fri Feb 18 05:25:57 2011
@@ -127,10 +127,12 @@ which will be used to configure the chos
     feedback link in the footer with the page pathname appended:
     <a href="@href">{@to}</a>
     -->
+<!--
   <feedback to="webmaster@example.org"
     href="mailto:webmaster@example.org?subject=Feedback&#160;" >
     Send feedback about the website to:
   </feedback>
+-->
 <!-- Optional message of the day (MOTD).
     Note: This is only implemented in the pelt skin.
     Note: Beware issue FOR-677 if you use an absolute path uri.
@@ -196,6 +198,11 @@ which will be used to configure the chos
       font-family: monospace;
     }
     <!--Example:
+        To override the colours of links only in the footer.
+    -->
+    #footer a { color: #0F3660; }
+    #footer a:visited { color: #009999; }
+    <!--Example:
         Decrease font size.
     -->
     .copyright { font-size: 0.8em }