Skip to content

Commit 714c94f

Browse files
Merge pull request AllThingsSmitty#41 from zcdev/master
Touch up with a few more things 😉
2 parents cba7659 + 93f4019 commit 714c94f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translations/zh-CN/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ ul > li:not(:last-child)::after {
137137

138138

139139
<div id="select-items-using-negative-nth-child"></div>
140-
### 使用负的 `nth-child` 选择元素
140+
### 使用负的 `nth-child` 来选择元素
141141

142142
使用负的 `nth-child` 可以选择 1 至 n 个元素。
143143

@@ -253,7 +253,7 @@ html {
253253

254254

255255
<div id="equal-width-table-cells"></div>
256-
### 格子等宽的表格
256+
### 创造格子等宽的表格
257257

258258
`table-layout: fixed` 可以让每个格子保持等宽:
259259

@@ -405,7 +405,7 @@ img:after {
405405

406406

407407
<div id="use-rem-for-global-sizing-use-em-for-local-sizing"></div>
408-
### `rem` 来调整全局大小; `em` 来调整局部大小
408+
### `rem` 来调整全局大小`em` 来调整局部大小
409409

410410
在根设置基本字体大小后 (`html { font-size: 16px; }`), 请设置为文本元素的字体大小 `em`:
411411

0 commit comments

Comments
 (0)