You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/08/23 09:26:06 UTC

svn commit: r1516717 - /isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md

Author: danhaywood
Date: Fri Aug 23 07:26:05 2013
New Revision: 1516717

URL: http://svn.apache.org/r1516717
Log:
customizing the viewer page

Modified:
    isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md

Modified: isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md?rev=1516717&r1=1516716&r2=1516717&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md Fri Aug 23 07:26:05 2013
@@ -19,7 +19,7 @@ The most straight-forward way to customi
     }
 
 
-These customizations should be added to `src/main/webapp/css/application.css`; this file is included by default in every CSS file.
+These customizations should be added to `src/main/webapp/css/application.css`; this file is included by default in every webpage served up by the Wicket viewer.
 
 If for some reason you wanted to name it differently, then adjust the Guice bindings (part of Isis' bootstrapping) in your custom subclass of `IsisWicketApplication`: