diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-01-05 17:38:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 17:38:33 +0200 |
commit | 11f10b827e92ed7c07d6584a181f7f1374e8109b (patch) | |
tree | 7df28388d5170b733150cea9b4731b32cb094d02 /documentation/layout/layout-panel.asciidoc | |
parent | b74e08cfe8a849a8f74e6f9f0a3d7c0475ce196d (diff) | |
download | vaadin-framework-11f10b827e92ed7c07d6584a181f7f1374e8109b.tar.gz vaadin-framework-11f10b827e92ed7c07d6584a181f7f1374e8109b.zip |
Update layout chapter of the documentation for version 8 (#8154)
The SplitPanel chapter still uses a Tree in its example.
Diffstat (limited to 'documentation/layout/layout-panel.asciidoc')
-rw-r--r-- | documentation/layout/layout-panel.asciidoc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/documentation/layout/layout-panel.asciidoc b/documentation/layout/layout-panel.asciidoc index 6ee283099a..72621a578c 100644 --- a/documentation/layout/layout-panel.asciidoc +++ b/documentation/layout/layout-panel.asciidoc @@ -110,7 +110,6 @@ not update the scroll position to the server-side. (((range="endofrange", startref="term.layout.panel.scrolling.scrollbars"))) -ifdef::web[] [[layout.panel.css]] == CSS Style Rules @@ -130,10 +129,7 @@ styled with [literal]#++v-panel-caption++#, [literal]#++v-panel-content++#, and [literal]#++v-panel-deco++#, respectively. If the panel has no caption, the caption element will have the style [literal]#++v-panel-nocaption++#. -The built-in [literal]#++light++# style in the Reindeer and Runo themes has no +The built-in [literal]#++borderless++# style in the Valo theme has no borders or border decorations for the [classname]#Panel#. You can use the -[parameter]#Reindeer.PANEL_LIGHT# and [parameter]#Runo.PANEL_LIGHT# constants to -add the style to a panel. Other themes may also provide the light and other -styles for [classname]#Panel# as well. - -endif::web[] +[parameter]#ValoTheme.PANEL_BORDERLESS# constant to +add the style to a panel.
\ No newline at end of file |