diff options
author | Andrew <andrew@andrewyu.org> | 2023-02-03 20:09:01 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:41 +0800 |
commit | 811f0538a8d2fd1066e78578dada9e0077c921b5 (patch) | |
tree | 1465bba03a019ddba82d9b8f2aa78a7b26114614 | |
parent | 53ffbf0a90f357d0982a7b3efb581ceca257c2d8 (diff) | |
download | www-811f0538a8d2fd1066e78578dada9e0077c921b5.tar.gz |
Text alignment style in tone.html
-rw-r--r-- | note/tone.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/note/tone.html b/note/tone.html index 2dfc2cd..20e48d3 100644 --- a/note/tone.html +++ b/note/tone.html @@ -10,6 +10,12 @@ <meta name="generator" content="groff -Thtml, see www.gnu.org"> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="Content-Style" content="text/css"> +<style type="text/css"> + p { margin-top: 0; margin-bottom: 0; vertical-align: top } + pre { margin-top: 0; margin-bottom: 0; vertical-align: top } + table { margin-top: 0; margin-bottom: 0; vertical-align: top } +</style> + <title>Tone Indicators</title> </head> |