summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew <andrew@andrewyu.org>2023-04-30 20:35:58 +0800
committerAutomatic Merge <andrew+automerge@andrewyu.org>2023-07-15 00:30:47 +0800
commitfe4d219fcea77feaa1e31801dec033c793f9ada3 (patch)
treeabaf2d74c43bc0255655d07951d62c4fbd9763e0
parenta95557b7443d8bb11da14c43533947397f000582 (diff)
downloadwww-fe4d219fcea77feaa1e31801dec033c793f9ada3.tar.gz
Pronouns table style changes again
-rwxr-xr-xnote/pronouns.html2
-rwxr-xr-xplain.css1
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;
 }