diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-03-15 18:56:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 18:56:01 +0100 |
commit | 1bbb4d9683edd28fc947b17804e5b882184ecfcb (patch) | |
tree | 032aa6be1de60c220df8cf308806e05532f58aec /files/zh-cn/web/css/word-spacing | |
parent | 8140842a1b9d12c52c2b5db11352e4f5d91058d7 (diff) | |
download | translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.gz translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.bz2 translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.zip |
remove pre for CSSSyntaxd (#175)
```
s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g
```
Diffstat (limited to 'files/zh-cn/web/css/word-spacing')
-rw-r--r-- | files/zh-cn/web/css/word-spacing/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/word-spacing/index.html b/files/zh-cn/web/css/word-spacing/index.html index dd9f267070..914fa1a7d6 100644 --- a/files/zh-cn/web/css/word-spacing/index.html +++ b/files/zh-cn/web/css/word-spacing/index.html @@ -44,7 +44,7 @@ word-spacing: inherit;</code></pre> <p><a class="syntaxbox-help icon-only" href="https://developer.mozilla.org/docs/Web/CSS/Value_definition_syntax" lang="en" style="margin: -4px 0px 0px -1.1em; padding: 0px; border: 0px; color: rgb(0, 149, 221); text-decoration: none; height: 1.2em; float: left; font-size: 20px; width: 1.1em; opacity: 0; overflow: hidden; position: relative; text-align: center; font-family: 'Open Sans', Arial, sans-serif; background-color: rgb(255, 255, 255);"><span style="border: 0px; margin: 0px; padding: 0px;">How to read CSS syntax.</span></a></p> -<pre class="syntaxbox" style="margin-top: 0px; margin-bottom: 20px; padding: 15px; border-width: 0px 0px 0px 6px; border-left-style: solid; font-size: 14px; line-height: 19px; color: rgb(77, 78, 83); overflow: auto; font-family: Consolas, Monaco, 'Andale Mono', monospace; white-space: normal; background: rgb(221, 228, 233);">{{csssyntax("word-spacing")}}</pre> +{{csssyntax("word-spacing")}} <h2 id="Examples" name="Examples" style="margin: 0px 0px 20px; padding: 0px; border: 0px; word-wrap: break-word; font-family: 'Open Sans', Arial, sans-serif; line-height: 1; font-size: 2.14285714285714rem; letter-spacing: -1px; color: rgb(77, 78, 83); background-color: rgb(255, 255, 255);">Examples</h2> |