Skip to content

Commit 5ecda77

Browse files
committed
Shift example that has nothing to do with tables up into a more general section. <http://lists.w3.org/Archives/Public/www-style/2012Mar/0258.html>
1 parent 518796e commit 5ecda77

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

css3-background/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2769,6 +2769,18 @@ <h3 id=the-border-radius><span class=secno>5.1. </span>Curve Radii: the
27692769
curvature of the corner.
27702770
</div>
27712771

2772+
<div class=example>
2773+
<p>This example draws ovals of 15em wide and 10em high:
2774+
2775+
<pre>
2776+
DIV.standout {
2777+
width: 13em;
2778+
height: 8em;
2779+
border: solid black 1em;
2780+
border-radius: 7.5em 5em }
2781+
</pre>
2782+
</div>
2783+
27722784
<p>The &lsquo;<a href="#border-radius"><code
27732785
class=property>border-radius</code></a>&rsquo; shorthand sets all four
27742786
&lsquo;<code class=css>border-*-radius</code>&rsquo; properties. If values
@@ -2981,18 +2993,6 @@ <h3 id=border-radius-tables><span class=secno>5.6. </span>Effect on Tables</h3>
29812993
&lsquo;<code class=property>border-collapse</code>&rsquo; is &lsquo;<code
29822994
class=css>collapse</code>&rsquo;.
29832995

2984-
<div class=example>
2985-
<p>This example draws ovals of 15em wide and 10em high:
2986-
2987-
<pre>
2988-
DIV.standout {
2989-
width: 13em;
2990-
height: 8em;
2991-
border: solid black 1em;
2992-
border-radius: 7.5em 5em }
2993-
</pre>
2994-
</div>
2995-
29962996
<h2 id=border-images><span class=secno>6. </span>Border Images</h2>
29972997

29982998
<p>Authors can specify an image to be used in place of the border styles.

css3-background/Overview.src.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,18 @@ <h3 id="the-border-radius">Curve Radii: the 'border-radius' properties</h3>
19271927
curvature of the corner.
19281928
</div>
19291929

1930+
<div class=example>
1931+
<p>This example draws ovals of 15em wide and 10em high:
1932+
1933+
<pre>
1934+
DIV.standout {
1935+
width: 13em;
1936+
height: 8em;
1937+
border: solid black 1em;
1938+
border-radius: 7.5em 5em }
1939+
</pre>
1940+
</div>
1941+
19301942
<p>The 'border-radius' shorthand sets all four 'border-*-radius'
19311943
properties. If values are given before and after the slash, then
19321944
the values before the slash set the horizontal radius and the values
@@ -2123,18 +2135,6 @@ <h3 id="border-radius-tables">Effect on Tables</h3>
21232135
border-radius properties applied to internal table elements when
21242136
'border-collapse' is ''collapse''.
21252137

2126-
<div class=example>
2127-
<p>This example draws ovals of 15em wide and 10em high:
2128-
2129-
<pre>
2130-
DIV.standout {
2131-
width: 13em;
2132-
height: 8em;
2133-
border: solid black 1em;
2134-
border-radius: 7.5em 5em }
2135-
</pre>
2136-
</div>
2137-
21382138
<h2 id="border-images">Border Images</h2>
21392139

21402140
<p>Authors can specify an image to be used in place of the border styles.

0 commit comments

Comments
 (0)