diff options
Diffstat (limited to 'tests/tables.html')
-rw-r--r-- | tests/tables.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/tables.html b/tests/tables.html index 7626b326d..49b44661c 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -4,13 +4,13 @@ ><caption >Demonstration of simple table syntax.</caption ><tr class="header" - ><th align="right" style="width: 15%;" + ><th align="right" >Right</th - ><th align="left" style="width: 8%;" + ><th align="left" >Left</th - ><th align="center" style="width: 16%;" + ><th align="center" >Center</th - ><th align="left" style="width: 12%;" + ><th align="left" >Default</th ></tr ><tr class="odd" @@ -48,13 +48,13 @@ >Simple table without caption:</p ><table ><tr class="header" - ><th align="right" style="width: 15%;" + ><th align="right" >Right</th - ><th align="left" style="width: 8%;" + ><th align="left" >Left</th - ><th align="center" style="width: 16%;" + ><th align="center" >Center</th - ><th align="left" style="width: 12%;" + ><th align="left" >Default</th ></tr ><tr class="odd" @@ -94,13 +94,13 @@ ><caption >Demonstration of simple table syntax.</caption ><tr class="header" - ><th align="right" style="width: 15%;" + ><th align="right" >Right</th - ><th align="left" style="width: 8%;" + ><th align="left" >Left</th - ><th align="center" style="width: 16%;" + ><th align="center" >Center</th - ><th align="left" style="width: 12%;" + ><th align="left" >Default</th ></tr ><tr class="odd" |