You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/11/05 10:25:58 UTC

[struts-site] branch master updated: Drops table styling as it is done via CSS already

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 83550a2  Drops table styling as it is done via CSS already
83550a2 is described below

commit 83550a2333bb8391016642e86645f6bf19023520
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Nov 5 11:25:54 2021 +0100

    Drops table styling as it is done via CSS already
---
 source/tag-developers/form-tags.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/source/tag-developers/form-tags.md b/source/tag-developers/form-tags.md
index 0aa6eed..35ece65 100644
--- a/source/tag-developers/form-tags.md
+++ b/source/tag-developers/form-tags.md
@@ -47,7 +47,7 @@ the form's ID can be found by calling `${parameters.form.id}`.
 
 ## Template-Related Attributes
 
-<table style="border: black 1px solid">
+<table>
    <thead>
       <tr>
          <td>Attribute</td>
@@ -95,7 +95,7 @@ the form's ID can be found by calling `${parameters.form.id}`.
 
 ## Javascript-Related Attributes
 
-<table style="border: black 1px solid">
+<table>
    <thead>
       <tr>
          <td>Attribute</td>
@@ -188,7 +188,7 @@ the form's ID can be found by calling `${parameters.form.id}`.
 
 ## Tooltip Related Attributes
 
-<table style="border: black 1px solid">
+<table>
  <tr>
     <td>Attribute</td>
     <td>Data Type</td>
@@ -228,7 +228,7 @@ the form's ID can be found by calling `${parameters.form.id}`.
 
 ## General Attributes
 
-<table style="border: black 1px solid">
+<table>
    <thead>
       <tr>
          <td>Attribute</td>