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 2014/02/19 15:39:23 UTC

svn commit: r1569765 - in /isis/site/trunk: content/documentation.md templates/isis-template.html

Author: danhaywood
Date: Wed Feb 19 14:39:22 2014
New Revision: 1569765

URL: http://svn.apache.org/r1569765
Log:
anchor offset

Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1569765&r1=1569764&r2=1569765&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Wed Feb 19 14:39:22 2014
@@ -5,13 +5,13 @@ Title: Documentation
 {row
 
 {col-md-4
-#### <a name="elevator-pitch"></a>Elevator pitch
+#### <a name="elevator-pitch">Elevator pitch</a>
 
 - **[What's Isis?](intro/elevator-pitch/isis-in-pictures.html) ... in pictures**
 - [Common Use Cases](intro/elevator-pitch/common-use-cases.html)  <a href="intro/elevator-pitch/common-use-cases.html#screencast"><img src="./images/tv_show-25.png"></a>
 - [Online demo](http://isisdemo.mmyco.co.uk/) (ToDo App)
 
-#### <a name="getting-started"></a>Getting started
+#### <a name="getting-started">Getting started</a>
 
 - **[Simple Archetype](intro/getting-started/simple-archetype.html) ([1.3.1](archetypes/release-notes/about.html))**
 - [Quickstart Archetype](intro/getting-started/quickstart-archetype.html) ([1.3.1](archetypes/release-notes/about.html)) <a href="intro/getting-started/quickstart-archetype.html#screencast"><img src="./images/tv_show-25.png"></a>
@@ -19,12 +19,12 @@ Title: Documentation
 }
 
 {col-md-4
-#### <a name="tutorials"></a>Tutorials, screencasts
+#### <a name="tutorials">Tutorials, screencasts</a>
 
 - [Tutorials](intro/tutorials/tutorials.html)
 - **[Screencasts](intro/tutorials/screencasts.html)** <a href="intro/tutorials/screencasts.html"><img src="./images/tv_show-25.png"></a>
 
-#### <a name="learning-more"></a>Learning more
+#### <a name="learning-more">Learning more</a>
 
 - [Powered by Isis](intro/powered-by/powered-by.html)
 - [Articles, Conferences, Podcasts](intro/learning-more/articles-and-presentations.html)
@@ -34,14 +34,14 @@ Title: Documentation
 }
 
 {col-md-4
-#### <a name="resources"></a>Resources
+#### <a name="resources">Resources</a>
 
 - [Downloadable Presentations](intro/resources/downloadable-presentations.html)
 - **[Editor templates](intro/resources/editor-templates.html)**
 - [Icons](intro/resources/icons.html)
 - **[Programming Model Cheat Sheet](intro/resources/cheat-sheet.html)**
 
-#### <a name="releases"></a>Releases
+#### <a name="releases">Releases</a>
 
 - [Release Matrix](./release-matrix.html)
 
@@ -52,7 +52,7 @@ Title: Documentation
 {row
 
 {col-md-12
-## <a name="how-tos"></a>How-tos (programming model)
+## <a name="how-tos">How-tos (programming model)</a>
 
 }
 
@@ -62,7 +62,7 @@ Title: Documentation
 
 {col-md-4
 
-#### <a name="how-tos-pojos"></a>Pojos
+#### <a name="how-tos-pojos">Pojos</a>
 
 * [Pojo vs Inheriting from framework](./how-tos/how-to-01-010-How-to-have-a-domain-object-be-a-POJO.html)
 * [Registering a domain service](./how-tos/how-to-09-010-How-to-register-domain-services,-repositories-and-factories.html)
@@ -73,13 +73,13 @@ Title: Documentation
 * [Names/description of action param](./how-tos/how-to-01-140-How-to-specify-names-or-descriptions-for-an-action-parameter.html)
 * [Injecting services](./how-tos/how-to-01-150-How-to-inject-services-into-a-domain-entity-or-other-service.html)
 
-#### <a name="how-tos-object-management"></a>Object management
+#### <a name="how-tos-object-management">Object management</a>
 
 * [Finding objects](./how-tos/how-to-09-040-How-to-write-a-custom-repository.html)
 * [Instantiating and persisting objects](./how-tos/how-to-09-050-How-to-use-Factories.html)
 * [Create/delete objects](./how-tos/how-to-01-160-How-to-create-or-delete-objects-within-your-code.html)
 
-#### <a name="how-tos-ui-hints"></a>UI hints
+#### <a name="how-tos-ui-hints">UI hints</a>
 
 * [Entity icons](./how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html)
 * [Ordering prop/colls in the UI](./how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html)
@@ -90,7 +90,7 @@ Title: Documentation
 {col-md-4
 
 
-#### <a name="how-tos-business-rules"></a>Business rules
+#### <a name="how-tos-business-rules">Business rules</a>
 
 Visibility ("see it")
 
@@ -110,7 +110,7 @@ Validity ("do it")
 * [Validate collection add/remove](./how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html)
 * [Validate action params](./how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html)
 
-#### <a name="how-tos-common-constraints"></a>Common constraints
+#### <a name="how-tos-common-constraints">Common constraints</a>
 
 * [Optional property](./how-tos/how-to-01-100-How-to-make-a-property-optional.html)
 * [Optional action ](./how-tos/how-to-01-110-How-to-make-an-action-parameter-optional.html)
@@ -122,7 +122,7 @@ Validity ("do it")
 {col-md-4
 
 
-#### <a name="how-tos-drop-downs"></a>Drop-downs &amp; defaults
+#### <a name="how-tos-drop-downs">Drop-downs &amp; defaults</a>
 
 For properties:
 
@@ -150,7 +150,7 @@ For both:
 {row
 
 {col-md-12
-## <a name="more-advanced-topics"></a>More advanced topics
+## <a name="more-advanced-topics">More advanced topics</a>
 
 }
 
@@ -160,12 +160,12 @@ For both:
 
 {col-md-4
 
-#### <a name="more-advanced-topics-prototyping-tips"></a>Prototyping tips
+#### <a name="more-advanced-topics-prototyping-tips">Prototyping tips</a>
 
 * [Fixtures](./more-advanced-topics/03-Fixtures-and-SwitchUser.html)
 * [Generic repository](./more-advanced-topics/how-to-09-030-How-to-use-a-generic-repository.html)
 
-#### <a name="more-advanced-topics-idioms-and-patterns"></a>Idioms and patterns
+#### <a name="more-advanced-topics-idioms-and-patterns">Idioms and patterns</a>
 
 * [Singleton &amp; request-scoped services](./more-advanced-topics/how-to-09-020-How-to-write-a-typical-domain-service.html)
 * [Decoupling dependencies using contributions](./more-advanced-topics/how-to-01-062-How-to-decouple-dependencies-using-contributions.html)
@@ -173,7 +173,7 @@ For both:
 * [Bidirectional relationships](./more-advanced-topics/how-to-04-060-How-to-set-up-and-maintain-bidirectional-relationships.html)
 * [View models](./more-advanced-topics/ViewModel.html)
 
-#### <a name="more-advanced-topics-more-ui-layout-hints"></a>More UI layout hints
+#### <a name="more-advanced-topics-more-ui-layout-hints">More UI layout hints</a>
 
 * [Static and dynamic layouts](more-advanced-topics/dynamic-layouts.html) <a href="more-advanced-topics/dynamic-layouts.html#screencast"><img src="./images/tv_show-25.png"></a>
 * [Tweaking CSS classes](./more-advanced-topics/how-to-tweak-the-ui-using-css-classes.html)
@@ -188,14 +188,14 @@ For both:
 
 {col-md-4
 
-#### <a name="more-advanced-topics-business-rules"></a>Business rules
+#### <a name="more-advanced-topics-business-rules">Business rules</a>
 
 * [All members hidden](./more-advanced-topics/how-to-02-040-How-to-specify-that-none-of-an-object's-members-is-visible.html)
 * [All members unmodifiable](./more-advanced-topics/how-to-02-080-How-to-specify-that-none-of-an-object's-members-can-be-modified-or-invoked.html)
 * [Immutable object](./more-advanced-topics/how-to-02-090-How-to-specify-that-an-object-is-immutable.html)
 * [Declarative validation using @MustSatisfy](./more-advanced-topics/how-to-02-130-How-to-validate-declaratively-using-MustSatisfy.html)
 
-#### <a name="more-advanced-topics-derived-props-colls"></a>Derived props/colls
+#### <a name="more-advanced-topics-derived-props-colls">Derived props/colls</a>
 
 * [Derived property](./more-advanced-topics/how-to-04-010-How-to-make-a-derived-property.html)
 * [Derived collection](./more-advanced-topics/how-to-04-020-How-to-make-a-derived-collection.html)
@@ -208,12 +208,12 @@ For both:
 
 {col-md-4
 
-#### <a name="more-advanced-topics-error-handling"></a>Error handling
+#### <a name="more-advanced-topics-error-handling">Error handling</a>
 
 * [Raise message/errors to users](./more-advanced-topics/how-to-06-010-How-to-pass-a-messages-and-errors-back-to-the-user.html)
 * [Exception Recognizer](./reference/services/exception-recognizers.html) service
 
-#### <a name="more-advanced-topics-persistence-lifecycle"></a>Persistence lifecycle
+#### <a name="more-advanced-topics-persistence-lifecycle">Persistence lifecycle</a>
 
 * [Initial value of property](./more-advanced-topics/how-to-07-010-How-to-set-up-the-initial-value-of-a-property-programmatically.html)
 * [Lifecycle hooks](./more-advanced-topics/how-to-07-020-How-to-insert-behaviour-into-the-object-life-cycle.html)
@@ -222,12 +222,12 @@ For both:
 * [Lazy loading](./more-advanced-topics/how-to-07-050-How-to-perform-lazy-loading.html)
 * [Dirty object tracking](./more-advanced-topics/how-to-07-060-How-to-perform-dirty-object-tracking.html)
 
-#### <a name="more-advanced-topics-permissions"></a>Permissions
+#### <a name="more-advanced-topics-permissions">Permissions</a>
 
 * [Hide/disable/validate per user/role](./more-advanced-topics/how-to-08-010-Hiding,-disabling-or-validating-for-specific-users-or-roles.html)
 * [The authorization manager](./more-advanced-topics/how-to-08-020-How-to-use-Isis-authorization-manager.html)
 
-#### <a name="more-advanced-topics-customisation"></a>Customisation
+#### <a name="more-advanced-topics-customisation">Customisation</a>
 
 * [Finetuning the Programming Model](more-advanced-topics/metamodel-finetuning-the-programming-model.html)
 
@@ -239,7 +239,7 @@ For both:
 {row
 
 {col-md-12
-## <a name="domain-services"></a>Domain  Services
+## <a name="domain-services">Domain  Services</a>
 
 }
 
@@ -249,14 +249,14 @@ For both:
 
 {col-md-4
 
-#### <a name="domain-services-common"></a>Common
+#### <a name="domain-services-common">Common</a>
 
 * [DomainObjectContainer interface](./reference/DomainObjectContainer.html)
 * [Exception Recognizers](./reference/services/exception-recognizers.html)
 * [Clock](./reference/services/01-Clock.html)
 * [User Profiles](./reference/services/02-Profiles.html)
 
-#### <a name="domain-services-bookmark-memento"></a>Bookmark/memento
+#### <a name="domain-services-bookmark-memento">Bookmark/memento</a>
 
 * [Bookmark Service](./reference/services/bookmark-service.html)
 * [Memento Service](./reference/services/memento-service.html) [1.4.0-snapshot]
@@ -266,17 +266,17 @@ For both:
 
 {col-md-4
 
-#### <a name="domain-services-profiling-background-execution"></a>Profiling/background execution [1.4.0-snapshot]
+#### <a name="domain-services-profiling-background-execution">Profiling/background execution [1.4.0-snapshot]</a>
 
 * [Command Context/Service](./reference/services/command-context.html)
 * [Background Service / Background Command Service](./reference/services/background-service.html)
 
-#### <a name="domain-services-publishing-auditing"></a>Publishing/auditing:
+#### <a name="domain-services-publishing-auditing">Publishing/auditing</a>
 
 * [Auditing Service](./reference/services/auditing-service.html)
 * [Publishing Service](./reference/services/publishing-service.html)
 
-#### <a name="domain-services-performance-tuning-coordination"></a>Performance tuning/co-ordination [1.4.0-snapshot]
+#### <a name="domain-services-performance-tuning-coordination">Performance tuning/co-ordination [1.4.0-snapshot]</a>
 
 * [QueryResultsCache](./reference/services/query-results-cache.html)
 * [Scratchpad](./reference/services/scratchpad.html)
@@ -287,13 +287,13 @@ For both:
 
 {col-md-4
 
-#### <a name="domain-services-other"></a>Other:
+#### <a name="domain-services-other">Other</a>
 
 * [Wrapper Factory](reference/services/wrapper-factory.html) [stub]
 * [Settings Services](./reference/services/settings-services.html)
 * [Developer Utilities Service](./reference/services/developer-utilities-service.html)
 
-#### <a name="domain-services-third-party"></a>Third-party:
+#### <a name="domain-services-third-party">Third-party</a>
 
 * [Docx Mail merge](./reference/services/third-party/danhaywood-isis-domainservice-docx.html)
 * [Excel download/upload](./reference/services/third-party/danhaywood-isis-domainservice-excel.html) <a href="./reference/services/third-party/danhaywood-isis-domainservice-excel.html#screencast"><img src="./images/tv_show-25.png"></a> [1.4.0-snapshot]
@@ -305,7 +305,7 @@ For both:
 {row
 
 {col-md-12
-## <a name="reference"></a>Reference
+## <a name="reference">Reference</a>
 
 }
 
@@ -315,11 +315,11 @@ For both:
 
 {col-md-4
 
-#### <a name="reference-config"></a>Config
+#### <a name="reference-config">Config</a>
 
 * [Configuration Files](./reference/configuration-files.html)
 
-####  <a name="reference-non-ui-execution"></a>Non-UI execution [1.4.0-snapshot]
+####  <a name="reference-non-ui-execution">Non-UI execution [1.4.0-snapshot]</a>
 
 - [IsisSessionTemplate](./reference/non-ui/isis-session-template.html)
 - [BackgroundCommandExecution](./reference/non-ui/background-command-execution.html)
@@ -328,7 +328,7 @@ For both:
 
 {col-md-4
 
-####  <a name="reference-reference"></a>Reference
+####  <a name="reference-reference">Reference</a>
 
 * [Deployment Types](./reference/deployment-type.html)
 * [Recognized Methods](./reference/Recognized-Methods-and-Prefixes.html)
@@ -341,7 +341,7 @@ For both:
 {col-md-4
 
 
-#### <a name="reference-supporting-features"></a>Supporting features
+#### <a name="reference-supporting-features">Supporting features</a>
 
 * [Security](./reference/Security.html)
 * [Applib utility classes](./reference/Utility.html)
@@ -354,7 +354,7 @@ For both:
 {row
 
 {col-md-12
-## <a name="core"></a>Core [1.3.0](core/release-notes/about.html)
+## <a name="core">Core [1.3.0](core/release-notes/about.html)</a>
 
 }
 
@@ -364,7 +364,7 @@ For both:
 
 {col-md-4
 
-#### <a name="core-dev-support"></a>Dev support
+#### <a name="core-dev-support">Dev support</a>
 <p class="display:none"/>
 
 * [Unit Test Support](core/unittestsupport.html)
@@ -375,7 +375,7 @@ For both:
 
 {col-md-4
 
-#### <a name="core-runtime"></a>Runtime
+#### <a name="core-runtime">Runtime</a>
 <p class="display:none"/>
 
 * [Core Runtime](core/runtime.html) [stub]
@@ -385,7 +385,7 @@ For both:
 
 {col-md-4
   
-#### <a name="core-bundled-components"></a>Bundled components
+#### <a name="core-bundled-components">Bundled components</a>
 
 * [Bytecode Enhancers](core/bytecode.html) [stub]
 * [Bypass Security](core/bypass-security.html) [stub]
@@ -400,16 +400,16 @@ For both:
 {row
 
 {col-md-12
-## <a name="wicket-viewer"></a>Wicket Viewer [1.3.1](components/viewers/wicket/release-notes/about.html)
+## <a name="wicket-viewer">Wicket Viewer</a> [1.3.1](components/viewers/wicket/release-notes/about.html)
 }
 
 {col-md-4
-##### <a name="wicket-viewer-about"></a>About
+##### <a name="wicket-viewer-about">About</a>
 <p class="display:none"/>
 
 * [About](components/viewers/wicket/about.html)
 
-#### <a name="wicket-viewer-configuration"></a>Configuration
+#### <a name="wicket-viewer-configuration">Configuration</a>
 
 * [Titles in tables](components/viewers/wicket/titles-in-tables.html)
 * [Suppressing 'remember me'](components/viewers/wicket/suppressing-remember-me.html)
@@ -419,7 +419,7 @@ For both:
 
 {col-md-4
 
-#### <a name="wicket-viewer-extensions"></a>Extensions
+#### <a name="wicket-viewer-extensions">Extensions</a>
 
 * [Extending the viewer](components/viewers/wicket/customizing-the-viewer.html)
 
@@ -427,7 +427,7 @@ For both:
 
 {col-md-4
 
-#### <a name="wicket-viewer-third-party-extensions"></a>Third-party extensions
+#### <a name="wicket-viewer-third-party-extensions">Third-party extensions</a>
 
 * [Excel download](./components/viewers/wicket/third-party/danhaywood-isis-wicket-excel.html)
 * [Fullcalendar2](./components/viewers/wicket/third-party/danhaywood-isis-wicket-fullcalendar2.html)
@@ -448,7 +448,7 @@ For both:
 
 {col-md-4
 
-#### <a name="restfulobjects-viewer-about"></a>About
+#### <a name="restfulobjects-viewer-about">About</a>
 <p class="display:none"/>
 
 * [About](components/viewers/restfulobjects/about.html)
@@ -457,7 +457,7 @@ For both:
 
 {col-md-4
 
-#### <a name="restfulobjects-viewer-applib-service-impl"></a>Applib service impl.
+#### <a name="restfulobjects-viewer-applib-service-impl">Applib service impl.</a>
 
 * [Event Serializer per RO Spec](components/viewers/restfulobjects/event-serializer-rospec.html)
 
@@ -474,22 +474,22 @@ For both:
 {row
 
 {col-md-12
-## <a name="jdo-objectstore"></a>JDO/DataNucleus Object Store [1.3.0](components/objectstores/jdo/release-notes/about.html)
+## <a name="jdo-objectstore">JDO/DataNucleus Object Store</a> [1.3.0](components/objectstores/jdo/release-notes/about.html)
 }
 
 {col-md-4
 
-#### <a name="jdo-objectstore-about"></a>About
+#### <a name="jdo-objectstore-about">About</a>
 <p class="display:none"/>
 
 * [About](components/objectstores/jdo/about.html)
 
-#### <a name="jdo-objectstore-jdo-enhancer"></a>JDO Enhancer
+#### <a name="jdo-objectstore-jdo-enhancer">JDO Enhancer</a>
 
 * [DataNucleus and Eclipse](components/objectstores/jdo/datanucleus-and-eclipse.html) <a href="./components/objectstores/jdo/datanucleus-and-eclipse.html#screencast"><img src="./images/tv_show-25.png"></a>
 * [DataNucleus and Maven](components/objectstores/jdo/datanucleus-and-maven.html)
 
-#### <a name="jdo-objectstore-configuration"></a>Configuration
+#### <a name="jdo-objectstore-configuration">Configuration</a>
 
 * [`persistence.xml` file](components/objectstores/jdo/persistence_xml.html)
 * [Eagerly Registering Entity Types](components/objectstores/jdo/eagerly-registering-entities.html)
@@ -502,7 +502,7 @@ For both:
 {col-md-4
 
 
-####  <a name="jdo-objectstore-jdo-mapping-hints"></a>JDO mapping hints
+####  <a name="jdo-objectstore-jdo-mapping-hints">JDO mapping hints</a>
 <p class="display:none"/>
 
 * [Mapping Mandatory and Optional Properties](components/objectstores/jdo/mapping-mandatory-and-optional-properties.html)
@@ -516,12 +516,12 @@ For both:
 }
 
 {col-md-4
-####  <a name="jdo-objectstore-jdo-services"></a>JDO services
+####  <a name="jdo-objectstore-jdo-services">JDO services</a>
 <p class="display:none"/>
 
 * [Using the `IsisJdoSupport` service](components/objectstores/jdo/services/isisjdosupport-service.html)
 
-#### <a name="jdo-objectstore-applib-service-impl"></a>Applib service impl.
+#### <a name="jdo-objectstore-applib-service-impl">Applib service impl.</a>
 <p class="display:none"/>
 
 * [Exception Recognizers](components/objectstores/jdo/services/exception-recognizers-jdo.html)
@@ -531,7 +531,7 @@ For both:
 * [Publishing Service on JDO](components/objectstores/jdo/services/publishing-service-jdo.html) 
 * [Auditing Service on JDO](components/objectstores/jdo/services/auditing-service-jdo.html)
 
-#### <a name="jdo-objectstore-non-ui"></a>Non-UI
+#### <a name="jdo-objectstore-non-ui">Non-UI</a>
 
 * [Background Command Execution](components/objectstores/jdo/non-ui/background-command-execution-jdo.html)
 
@@ -544,15 +544,15 @@ For both:
 {row
 
 {col-md-12
-## <a name="security"></a>Security
+## <a name="security">Security</a>
 }
 
 {col-md-4
-#### <a name="security-shiro"></a>Shiro [1.3.0](components/security/shiro/release-notes/about.html)
+#### <a name="security-shiro">Shiro</a> [1.3.0](components/security/shiro/release-notes/about.html)
 
 * [About](components/security/shiro/about.html)
 
-#### <a name="security-shiro-configuration"></a>Configuration
+#### <a name="security-shiro-configuration">Configuration</a>
 
 * [Configuring Isis to use Shiro](components/security/shiro/configuring-shiro.html)
 * [Configuring Shiro to use LDAP](components/security/shiro/using-ldap.html)
@@ -561,7 +561,7 @@ For both:
 }
 
 {col-md-4
-#### <a name="security-file"></a>File [1.0.1](components/security/file/release-notes/about.html)
+#### <a name="security-file">File</a> [1.0.1](components/security/file/release-notes/about.html)
 <p class="display:none"/>
 
 * [About](components/security/file/about.html)
@@ -576,12 +576,12 @@ For both:
 {row
 
 {col-md-12
-##  <a name="other-topics"></a>Other Topics
+##  <a name="other-topics">Other Topics</a>
 }
 
 {col-md-4
 
-#### <a name="other-topics-contributors"></a>Contributors
+#### <a name="other-topics-contributors">Contributors</a>
 
 * [Contributing](contributors/contributing.html)
 * [Development Environment](contributors/development-environment.html)
@@ -594,7 +594,7 @@ For both:
 
 {col-md-4
 
-#### <a name="other-topics-committers"></a>Committers
+#### <a name="other-topics-committers">Committers</a>
 <p class="display:none"/>
 
 * [Updating the CMS site](contributors/updating-the-cms-site.html)
@@ -606,7 +606,7 @@ For both:
 * [Verifying releases](contributors/verifying-releases.html)
 * [Key generation](contributors/key-generation.html)
 
-#### <a name="other-topics-pmc"></a>PMC
+#### <a name="other-topics-pmc">PMC</a>
 
 * [Notes](contributors/pmc-notes.html)
 
@@ -614,11 +614,11 @@ For both:
 }
 
 {col-md-4
-#### <a name="other-topics-third-party-viewers"></a>Third Party Viewers
+#### <a name="other-topics-third-party-viewers">Third Party Viewers</a>
 
 * [DHTMLX](third-party/viewers/dhtmlx/about.html)
 
-#### <a name="other-topics-third-party-plugins"></a>Third-party Plugins
+#### <a name="other-topics-third-party-plugins">Third-party Plugins</a>
 
 * [JRebel Plugin](other/jrebel.html)  <a href="./other/jrebel.html#screencast"><img src="./images/tv_show-25.png"></a> [stub]
 
@@ -645,12 +645,12 @@ For both:
 {row
 
 {col-md-12
-## <a name="unreleased"></a>Unreleased & Mothballed components
+## <a name="unreleased">Unreleased & Mothballed components</a>
 }
 
 {col-md-4
 
-#### <a name="unreleased-unreleased"></a>Unreleased
+#### <a name="unreleased-unreleased">Unreleased</a>
 
 Not released since graduation.
 
@@ -665,7 +665,7 @@ Not released since graduation.
 
 {col-md-4
 
-#### <a name="unreleased-mothballed"></a>Mothballed
+#### <a name="unreleased-mothballed">Mothballed</a>
 
 No longer under active development
 
@@ -680,7 +680,7 @@ No longer under active development
 
 {col-md-4
 
-#### <a name="unreleased-incomplete"></a>Incomplete
+#### <a name="unreleased-incomplete">Incomplete</a>
 
 * [Eclipse IDE Plugin](other/eclipse-plugin.html) [stub]
 * [Maven Plugin](other/maven-plugin.html) [stub]

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1569765&r1=1569764&r2=1569765&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Wed Feb 19 14:39:22 2014
@@ -161,9 +161,9 @@
         }
         
         .documentation a[name] {
-             padding-top: 40px;
-             margin-top: -40px;
-             display: inline-block; /* required for webkit browsers */
+             padding-top: 80px;
+             margin-top: -80px;
+             /* display: inline-block; required for webkit browsers */
         }
         
     </style>