Skip to content

Commit ad5bee9

Browse files
committed
[css-ui-3] Move images to subdirectory
1 parent 8188ad2 commit ad5bee9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

css-ui/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ CSS IS AWESOME, YES
772772

773773

774774
<td>
775-
<object type="image/png" data="cssisawesome.png">
775+
<object type="image/png" data="images/cssisawesome.png">
776776
First, a box with text drawing outside of it.
777777
</object>
778778
</td>
@@ -789,7 +789,7 @@ CSS IS AWESOME, YES
789789
</code></pre></td>
790790

791791
<td>
792-
<object type="image/png" data="cssisaweso.png">
792+
<object type="image/png" data="images/cssisaweso.png">
793793
Second, a similar box with the text clipped outside the box.
794794
</object></td>
795795

@@ -805,7 +805,7 @@ CSS IS AWESOME, YES
805805
</code></pre></td>
806806

807807
<td>
808-
<object type="image/png" data="cssisaw.png">
808+
<object type="image/png" data="images/cssisaw.png">
809809
Third, a similar box with an ellipsis representing the clipped text.
810810
</object>
811811
</td>
@@ -825,7 +825,7 @@ WON'T ELLIPSE.
825825
</code></pre></td>
826826

827827
<td>
828-
<object type="image/png" data="nes.png">
828+
<object type="image/png" data="images/nes.png">
829829
Fourth, a box with a nested paragraph demonstrating anonymous block boxes equivalency and non-inheritance into a nested element.
830830
</object>
831831
</td>

css-ui/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,7 +1775,7 @@ <h4 class="no-num no-toc heading settled" id="ellipsis-interaction"><span class=
17751775
</ul>
17761776

17771777

1778-
<div class="example" id="example-4d792064"><a class="self-link" href="#example-4d792064"></a>
1778+
<div class="example" id="example-bff7c1fa"><a class="self-link" href="#example-bff7c1fa"></a>
17791779
<p style="display:none">Example(s):
17801780
</p>
17811781
<h4 class="no-num no-toc heading settled" id="text-overflow-examples"><span class="content">text-overflow examples</span><a class="self-link" href="#text-overflow-examples"></a></h4>
@@ -1814,7 +1814,7 @@ <h4 class="no-num no-toc heading settled" id="text-overflow-examples"><span clas
18141814

18151815
<td>
18161816

1817-
<object data="cssisawesome.png" type="image/png">
1817+
<object data="images/cssisawesome.png" type="image/png">
18181818
First, a box with text drawing outside of it.
18191819
</object>
18201820

@@ -1838,7 +1838,7 @@ <h4 class="no-num no-toc heading settled" id="text-overflow-examples"><span clas
18381838

18391839
<td>
18401840

1841-
<object data="cssisaweso.png" type="image/png">
1841+
<object data="images/cssisaweso.png" type="image/png">
18421842
Second, a similar box with the text clipped outside the box.
18431843
</object>
18441844

@@ -1861,7 +1861,7 @@ <h4 class="no-num no-toc heading settled" id="text-overflow-examples"><span clas
18611861

18621862
<td>
18631863

1864-
<object data="cssisaw.png" type="image/png">
1864+
<object data="images/cssisaw.png" type="image/png">
18651865
Third, a similar box with an ellipsis representing the clipped text.
18661866
</object>
18671867

@@ -1888,7 +1888,7 @@ <h4 class="no-num no-toc heading settled" id="text-overflow-examples"><span clas
18881888

18891889
<td>
18901890

1891-
<object data="nes.png" type="image/png">
1891+
<object data="images/nes.png" type="image/png">
18921892
Fourth, a box with a nested paragraph demonstrating anonymous block boxes equivalency and non-inheritance into a nested element.
18931893
</object>
18941894

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)