aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/background-repeat/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/background-repeat/index.html')
-rw-r--r--files/zh-cn/web/css/background-repeat/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/files/zh-cn/web/css/background-repeat/index.html b/files/zh-cn/web/css/background-repeat/index.html
index 897b4786c7..9a6ebf8b23 100644
--- a/files/zh-cn/web/css/background-repeat/index.html
+++ b/files/zh-cn/web/css/background-repeat/index.html
@@ -111,8 +111,7 @@ background-repeat: inherit;</code></pre>
<h3 id="标准语法">标准语法</h3>
-<pre class="syntaxbox">{{csssyntax}}
-</pre>
+{{csssyntax}}
<h2 id="例子">例子</h2>
@@ -163,7 +162,7 @@ div {
/* Multiple images */
.five {
background-image: url(https://mdn.mozillademos.org/files/12005/starsolid.gif),
- url(https://developer.cdn.mozilla.net/media/redesign/img/favicon32.png);
+ url(https://developer.mozilla.org/static/img/favicon32.png);
background-repeat: repeat-x,
repeat-y;
height: 144px;