diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/zh-cn/understanding_underlines/index.html | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/zh-cn/understanding_underlines/index.html')
-rw-r--r-- | files/zh-cn/understanding_underlines/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/zh-cn/understanding_underlines/index.html b/files/zh-cn/understanding_underlines/index.html index 2f8b71bd5c..fd67fc382c 100644 --- a/files/zh-cn/understanding_underlines/index.html +++ b/files/zh-cn/understanding_underlines/index.html @@ -5,6 +5,7 @@ tags: - 'CSS:Articles' translation_of: >- Learn/CSS/Styling_text/Fundamentals#Font_style_font_weight_text_transform_and_text_decoration +translation_of_original: Understanding_Underlines --- <p>对于 Web 设计者来说, 想移除其设计中某些 (或全部) 超链接的下划线是相当常见的事情。但是由于在过去浏览器中的一些不标准的行为, 一些人在删除超链接中下划线的正确方法方面存在一些问题。最常见的错误是这样做:</p> |