diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | ba91b017421b001cd226135612a7bd5dfcd88904 (patch) | |
tree | 8a14c709a7b50ae02ce16f39f6a47d76a75d8601 /files/zh-tw/web/javascript/guide/numbers_and_dates/index.html | |
parent | 711e090fcd2bc3e79231a75f88fc75563f135ca2 (diff) | |
download | translated-content-ba91b017421b001cd226135612a7bd5dfcd88904.tar.gz translated-content-ba91b017421b001cd226135612a7bd5dfcd88904.tar.bz2 translated-content-ba91b017421b001cd226135612a7bd5dfcd88904.zip |
remove inline style for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/guide/numbers_and_dates/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/guide/numbers_and_dates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/guide/numbers_and_dates/index.html b/files/zh-tw/web/javascript/guide/numbers_and_dates/index.html index 030c75da59..d41f3f16b4 100644 --- a/files/zh-tw/web/javascript/guide/numbers_and_dates/index.html +++ b/files/zh-tw/web/javascript/guide/numbers_and_dates/index.html @@ -83,7 +83,7 @@ var notANum = Number.NaN; <p>下面這張表格整理了 <code>Number</code> 物件的屬性</p> -<p><code style="font-weight: 700;">Number</code><strong style="font-style: inherit; font-weight: 700;"> 的屬性</strong></p> +<p><code>Number</code><strong> 的屬性</strong></p> <table class="standard-table"> <thead> |