diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-04 16:17:47 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-05 09:25:44 +0300 |
commit | 1cb6ec0785ef0202064028146f5d64bcbe784f0f (patch) | |
tree | ffbd01112b9b12dc41ab986784532b08f6973012 /documentation/themes | |
parent | 119434318dfbfc867c1cc0a63139feba6cb21731 (diff) | |
download | vaadin-framework-1cb6ec0785ef0202064028146f5d64bcbe784f0f.tar.gz vaadin-framework-1cb6ec0785ef0202064028146f5d64bcbe784f0f.zip |
Remove the "liferay" theme
The theme was designed for Liferay 6.0 and was following its look.
Liferay 6.0 is no longer officially supported by Vaadin 8.
Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
Diffstat (limited to 'documentation/themes')
-rw-r--r-- | documentation/themes/themes-creating.asciidoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/themes/themes-creating.asciidoc b/documentation/themes/themes-creating.asciidoc index e856c2b41e..a28812b36d 100644 --- a/documentation/themes/themes-creating.asciidoc +++ b/documentation/themes/themes-creating.asciidoc @@ -170,7 +170,6 @@ Vaadin currently includes the following built-in themes: * [literal]#++reindeer++#, the primary theme in Vaadin 6 and 7 * [literal]#++chameleon++#, an easily customizable theme * [literal]#++runo++#, the default theme in IT Mill Toolkit 5 -* [literal]#++liferay++#, for Liferay portlets In addition, there is the [literal]#++base++# theme, which should not be used directly, but is extended by the other built-in themes, except valo. |