diff options
author | kaichi <49476516+kaichii@users.noreply.github.com> | 2022-02-09 17:23:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 17:23:43 +0800 |
commit | 4fe3ce41ac3c10e863b162ff110b7b5afc3c5b53 (patch) | |
tree | 12e2319d8c197085797fc98b21cfa4f0378971d6 /files/zh-cn | |
parent | f6e57ef4c24d17b094cfdc8da964cdd12e45d576 (diff) | |
download | translated-content-4fe3ce41ac3c10e863b162ff110b7b5afc3c5b53.tar.gz translated-content-4fe3ce41ac3c10e863b162ff110b7b5afc3c5b53.tar.bz2 translated-content-4fe3ce41ac3c10e863b162ff110b7b5afc3c5b53.zip |
example add color fix #3918 (#4063)
Diffstat (limited to 'files/zh-cn')
-rw-r--r-- | files/zh-cn/learn/css/css_layout/positioning/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/css/css_layout/positioning/index.html b/files/zh-cn/learn/css/css_layout/positioning/index.html index c49c904ac4..5fef4f2cd8 100644 --- a/files/zh-cn/learn/css/css_layout/positioning/index.html +++ b/files/zh-cn/learn/css/css_layout/positioning/index.html @@ -487,7 +487,7 @@ p:nth-of-type(1) { }</pre> </div> -<pre class="notranslate">.positioned { +<pre class="brush: css notranslate">.positioned { position: sticky; top: 30px; left: 30px; |