diff options
author | Andrew <andrew@andrewyu.org> | 2023-04-30 20:35:58 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:30:47 +0800 |
commit | fe4d219fcea77feaa1e31801dec033c793f9ada3 (patch) | |
tree | abaf2d74c43bc0255655d07951d62c4fbd9763e0 | |
parent | a95557b7443d8bb11da14c43533947397f000582 (diff) | |
download | www-fe4d219fcea77feaa1e31801dec033c793f9ada3.tar.gz |
Pronouns table style changes again
-rwxr-xr-x | note/pronouns.html | 2 | ||||
-rwxr-xr-x | plain.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/note/pronouns.html b/note/pronouns.html index 8f5b124..38d8a2f 100755 --- a/note/pronouns.html +++ b/note/pronouns.html @@ -16,7 +16,7 @@ </p> <table> <tr> - <td>Form</td> + <td></td> <td>English</td> <td>中文</td> </tr> diff --git a/plain.css b/plain.css index 0223335..bbed51f 100755 --- a/plain.css +++ b/plain.css @@ -30,4 +30,5 @@ table { table td { border: 1px solid; text-align: left; + padding: 0px, 3.5px; } |