Skip to content

Commit 6e15ab8

Browse files
committed
removing (commenting out) ascii art
1 parent 68de00e commit 6e15ab8

1 file changed

Lines changed: 16 additions & 11 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99

1010

1111
<style type="text/css">
12+
/*
1213
.cols { width: 500px; height: 200px; background: #fff; position: relative; border: solid 10px blue; margin: 0.5em 2em 1em 0; font: bold 14px/19px Arial, sans-serif }
1314
.cols p { padding: 3px; margin: 0 }
1415
.col { position: absolute; left: 0px; top: 0; z-index: 6; width: 170px }
1516
.gap { position: absolute; background: black; width: 5px; bottom: 0px; top: 0px; border: 10px solid red; border-top-width: 0; border-bottom-width: 0; }
1617
.rep { position: absolute; top: 45px; background: #333; height: 110px; width: 100px; color: white; z-index: 4 }
18+
*/
19+
20+
div.example img { display: block; margin: 1em 0 }
21+
1722
div.example:before { width: 9em !important }
1823
div.example { padding-top: 0.5em }
1924

@@ -2549,7 +2554,7 @@ <h3>Float intrusion in multicol elements</h3>
25492554
middle column is a long word that is clipped in the middle of the
25502555
column gap.
25512556

2552-
<p><img src=1.png>
2557+
<img src=1.png>
25532558

25542559
<!--
25552560
<div class=cols>
@@ -2615,7 +2620,7 @@ <h3>Float intrusion in multicol elements</h3>
26152620

26162621
<p>In this example, the image naturally appears in the last column. Due to being floated to the right, the image will intrude into the neighboring column to the left.
26172622

2618-
<p><img src=2.png>
2623+
<img src=2.png>
26192624
<!--
26202625
<div class=cols style="height: 186px">
26212626
@@ -2803,7 +2808,7 @@ <h3>The 'float-offset' property</h3>
28032808

28042809
<p>This code can be rendered as:
28052810

2806-
<p><img src=3.png>
2811+
<img src=3.png>
28072812

28082813
<!--
28092814
<div class=cols>
@@ -2888,7 +2893,7 @@ <h3>The 'float-offset' property</h3>
28882893

28892894
<p>The column box is the containing block for floats, so if an image naturally appears in the first column it will float to its bottom:
28902895

2891-
<p><img src=5.png>
2896+
<img src=5.png>
28922897

28932898
<!--
28942899
<div class=cols>
@@ -2934,7 +2939,7 @@ <h3>The 'float-offset' property</h3>
29342939
<p>The '1gr' value on
29352940
'width' is equal to the width of the containing block. Here is a possible rendering:
29362941

2937-
<p><img src=6.png>
2942+
<img src=6.png>
29382943

29392944
<!--
29402945
<div class=cols>
@@ -2979,7 +2984,7 @@ <h3>The 'float-offset' property</h3>
29792984
width: 1gr }
29802985
</pre>
29812986

2982-
<p><img src=7.png>
2987+
<img src=7.png>
29832988

29842989
<!--
29852990
<div class=cols>
@@ -3042,7 +3047,7 @@ <h3>The 'float-offset' property</h3>
30423047
rendering.
30433048

30443049

3045-
<p><img src=8.png>
3050+
<img src=8.png>
30463051

30473052
<!--
30483053
<div class=cols>
@@ -3086,7 +3091,7 @@ <h3>The 'float-offset' property</h3>
30863091
<p>The code above floats the element to the top right of the multi-column element. Further, it sets the width of the image to the width of one
30873092
column plus one column gap. Here is a possible rendering.
30883093

3089-
<p><img src=9.png>
3094+
<img src=9.png>
30903095

30913096
<!--
30923097
<div class=cols>
@@ -3133,7 +3138,7 @@ <h3>The 'float-offset' property</h3>
31333138
<p>The code above floats the element to the top right of the multi-column element. Further, it sets the width of the image to the width of one
31343139
column plus half the column gap.
31353140

3136-
<p><img src=10.png>
3141+
<img src=10.png>
31373142

31383143
<!--
31393144
<div class=cols>
@@ -3184,7 +3189,7 @@ <h3>The 'float-offset' property</h3>
31843189
the one next to it. Vertically, element should be in the middle of the
31853190
column. Here is a possible rendering:
31863191

3187-
<p><img src=11.png>
3192+
<img src=11.png>
31883193

31893194
<!--
31903195
<div class=cols>
@@ -3231,7 +3236,7 @@ <h3>The 'float-offset' property</h3>
32313236

32323237
<p>The only difference between this and the previous example is the horizontal value on 'float-offset'. The value ''1.25gr'' means that a point 25% into the image in the inline direction will be aligned with a point 25% into the column gap. Here is a possible rendering:
32333238

3234-
<p><img src=12.png>
3239+
<img src=12.png>
32353240

32363241
<!--
32373242
<div class=cols>

0 commit comments

Comments
 (0)