Skip to content

Commit a5993e1

Browse files
committed
[css-values] fix markup
1 parent 132f9c0 commit a5993e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

css-values/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,11 +1428,13 @@ <h2 id=functional-notation><span class=secno>8. </span> Functional
14281428
would be ambiguous otherwise. If a comma is used to separate arguments,
14291429
whitespace is optional before and after the comma.
14301430

1431-
<pre class=example>
1431+
<div class=example>
1432+
<pre>
14321433
<!-- -->background: url(http://www.example.org/image);
14331434
<!-- -->color: rgb(100, 200, 50 );
14341435
<!-- -->content: counter(list-item) ". ";
14351436
<!-- -->width: calc(50% - 2em);</pre>
1437+
</div>
14361438

14371439
<h3 id=calc-notation><span class=secno>8.1. </span> Mathematical
14381440
Expressions: ‘<a href="#calc"><code class=css>calc()</code></a></h3>

css-values/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,11 +958,13 @@ <h2 id="functional-notation">
958958
If a comma is used to separate arguments,
959959
whitespace is optional before and after the comma.
960960

961-
<pre class="example">
961+
<div class="example">
962+
<pre>
962963
<!-- -->background: url(http://www.example.org/image);
963964
<!-- -->color: rgb(100, 200, 50 );
964965
<!-- -->content: counter(list-item) ". ";
965966
<!-- -->width: calc(50% - 2em);</pre>
967+
</div>
966968

967969
<h3 id="calc-notation">
968970
Mathematical Expressions: ''calc()''</h3>

0 commit comments

Comments
 (0)