Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit ebaaf8f

Browse files
Merge pull request #85 from javaee/rmarano
fix table formats
2 parents 9b97bfc + 83351de commit ebaaf8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/jbake/content/jsf-facelets009.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interprets the markup that the page author has written.
7575

7676
*Table 8-4 How Facelets Renders HTML5 Elements*
7777

78-
[width="90%",cols="30%,30%,30%" ]
78+
[width="60%",cols="20%,20%,20%" ]
7979
|=======================================================
8080
|*HTML5 Element Name*|*Identifying Attribute*|*Facelets Tag*
8181
|`a` |`jsf:action` |`h:commandLink`

src/main/jbake/content/jsf-page002.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ link:#GKBUK[Table 10-7] shows the optional attributes for the
15141514

15151515
*Table 10-7 Optional Attributes for the h:dataTable Tag*
15161516

1517-
[width="80%",cols="30%,50%"]
1517+
[width="60%",cols="30%,30%"]
15181518
|================================
15191519
|*Attribute* |*Defines Styles For*
15201520
|`captionClass` |Table caption

0 commit comments

Comments
 (0)