From 576a6012e002a78c58bd74a4c09683867cc43755 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 19 Dec 2016 15:52:55 +0200 Subject: Add a note about outdated theme doc files. (#8041) * Add a note about outdated theme doc files. --- documentation/themes/themes-creating.asciidoc | 2 ++ documentation/themes/themes-fonticon.asciidoc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/documentation/themes/themes-creating.asciidoc b/documentation/themes/themes-creating.asciidoc index 339778910e..4040bcf5ca 100644 --- a/documentation/themes/themes-creating.asciidoc +++ b/documentation/themes/themes-creating.asciidoc @@ -7,6 +7,8 @@ layout: page [[themes.creating]] = Creating and Using Themes +*_This section has not yet been updated for Vaadin Framework 8._* + Custom themes are placed in the [filename]#VAADIN/themes# folder of the web application, in an Eclipse project under the [filename]#WebContent# folder or [filename]#src/main/webapp# in Maven projects, as was illustrated in diff --git a/documentation/themes/themes-fonticon.asciidoc b/documentation/themes/themes-fonticon.asciidoc index 2335417daf..9dd5824be5 100644 --- a/documentation/themes/themes-fonticon.asciidoc +++ b/documentation/themes/themes-fonticon.asciidoc @@ -7,6 +7,8 @@ layout: page [[themes.fonticon]] = Font Icons +*_This section has not yet been updated for Vaadin Framework 8._* + Font icons are icons included in a font. Fonts have many advantages over bitmap images. Browsers are usually faster in rendering fonts than loading image files. Web fonts are vector graphics, so they are scalable. As font icons are text -- cgit v1.2.3