Skip to content

Commit cba7659

Browse files
Merge pull request AllThingsSmitty#40 from zcdev/zcdev-patch-2
Edited minor punctuation changes zh-CN
2 parents 10732ad + 3677cdf commit cba7659

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

translations/zh-CN/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
<div id="protips"></div>
2121
## 专业的技巧
2222

23-
1. [使用 :not() 选择器来决定表单是否显示边框](#use-not-to-applyunapply-borders-on-navigation)
23+
1. [使用 `:not()` 选择器来决定表单是否显示边框](#use-not-to-applyunapply-borders-on-navigation)
2424
1. [为 body 元素添加行高](#add-line-height-to-body)
2525
1. [垂直居中任何元素](#vertically-center-anything)
2626
1. [逗号分隔的列表](#comma-separated-lists)
27-
1. [使用负的 'nth-child' 来选择元素](#select-items-using-negative-nth-child)
27+
1. [使用负的 `nth-child` 来选择元素](#select-items-using-negative-nth-child)
2828
1. [使用 SVG 图标](#use-svg-for-icons)
2929
1. [使用 「形似猫头鹰」的选择器](#use-the-lobotomized-owl-selector)
30-
1. [使用 'max-height' 来建立纯 CSS 的滑块](#use-max-height-for-pure-css-sliders)
31-
1. [继承 'box-sizing'](#inherit-box-sizing)
30+
1. [使用 `max-height` 来建立纯 CSS 的滑块](#use-max-height-for-pure-css-sliders)
31+
1. [继承 `box-sizing`](#inherit-box-sizing)
3232
1. [创造格子等宽的表格](#equal-width-table-cells)
3333
1. [利用 Flexbox 去除多余的外边距](#get-rid-of-margin-hacks-with-flexbox)
3434
1. [利用属性选择器来选择空链接](#use-attribute-selectors-with-empty-links)
@@ -38,7 +38,7 @@
3838
1. [为破碎图象定义样式](#style-broken-images)
3939
1. [用 rem 来调整全局大小;用 em 来调整局部大小](#use-rem-for-global-sizing-use-em-for-local-sizing)
4040
1. [隐藏没有静音、自动播放的影片](#hide-autoplay-videos-that-arent-muted)
41-
1. [使用选择器 ':root' 来控制字体弹性](#use-root-for-flexible-type)
41+
1. [使用选择器 `:root` 来控制字体弹性](#use-root-for-flexible-type)
4242

4343

4444
<div id="use-not-to-applyunapply-borders-on-navigation"></div>
@@ -437,7 +437,7 @@ aside .module {
437437

438438

439439
<div id="hide-autoplay-videos-that-arent-muted"></div>
440-
### 隐藏没有静音自动播放的影片
440+
### 隐藏没有静音自动播放的影片
441441

442442
这是一个自定义的使用者样式表一个伟大的把戏。避免在加载页面时自动播放。如果没有静音,则不显示视频:
443443

0 commit comments

Comments
 (0)