You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2019/01/04 08:20:43 UTC

[myfaces-tobago] branch master updated: fix demo for figure

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 12b3049  fix demo for figure
12b3049 is described below

commit 12b3049cc869208355b81ad97411350eccc3acd9
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Jan 4 09:20:31 2019 +0100

    fix demo for figure
---
 .../main/webapp/content/20-component/020-output/45-figure/Figure.xhtml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/45-figure/Figure.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/45-figure/Figure.xhtml
index dd1541f..c0580e2 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/45-figure/Figure.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/020-output/45-figure/Figure.xhtml
@@ -41,7 +41,7 @@
     <p>For more complex captions use <code class="language-markup">&lt;f:facet name="label"></code>.
       In this example the word 'tobago' is colored red.</p>
     <tc:figure>
-      <f:facet name="label">The <span style="color: red">tobago</span> logo.</f:facet>
+      <f:facet name="label">The <span class="text-danger">tobago</span> logo.</f:facet>
       <tc:image id="image" value="#{request.contextPath}/image/tobago_head.png"/>
     </tc:figure>
   </tc:section>