diff options
Diffstat (limited to 'documentation/portal/portal-ui.asciidoc')
-rw-r--r-- | documentation/portal/portal-ui.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/portal/portal-ui.asciidoc b/documentation/portal/portal-ui.asciidoc index 69c6cc3b58..9983d8004c 100644 --- a/documentation/portal/portal-ui.asciidoc +++ b/documentation/portal/portal-ui.asciidoc @@ -53,8 +53,7 @@ which may be easier than deploying to a portal. For Servlet 2.4 projects, a The portlet theme is defined with the [classname]#@Theme# annotation as usual. The theme for the UI must match a theme installed in the portal. You can use any -of the built-in themes in Vaadin. For Liferay theme compatibility, there is a -special [literal]#++liferay++# theme. If you use a custom theme, you need to +of the built-in themes in Vaadin. If you use a custom theme, you need to compile it to CSS with the theme compiler and install it in the portal under the [filename]#VAADIN/themes# context to be served statically. |