Skip to content

Commit 4e2b63a

Browse files
committed
Add sheep
1 parent 34dec0c commit 4e2b63a

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

css-align/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
469469
If both a <<item-position>> and <<content-position>> are given,
470470
the second value represents an explicit <a>fallback alignment</a>.
471471

472+
<hr>
473+
472474
<dl>
473475
<dt>Block Containers:
474476
<dd>
@@ -605,6 +607,8 @@ Inline/Main-Axis Alignment: the 'justify-self' property</h3>
605607
and to the computed value of 'justify-items' on the parent
606608
(minus any ''legacy'' keywords) on all other boxes.
607609

610+
<hr>
611+
608612
<dl>
609613
<dt>Block-level Boxes:
610614
<dd>
@@ -709,6 +713,8 @@ Block/Cross-Axis Alignment: the 'align-self' property</h3>
709713
and to the computed value of 'align-items' on the parent
710714
(minus any ''legacy'' keywords) on all other boxes.
711715

716+
<hr>
717+
712718
<dl>
713719
<dt>Block-level Boxes:
714720
<dd>

css-align/Overview.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ <h2 class="heading settled heading" data-level=4 id=content-distribution><span c
581581
If both a <a class="production css-code" data-link-type=type href=#typedef-item-position title="<item-position>">&lt;item-position&gt;</a> and <a class="production css-code" data-link-type=type href=#typedef-content-position title="<content-position>">&lt;content-position&gt;</a> are given,
582582
the second value represents an explicit <a data-link-type=dfn href=#fallback-alignment title="fallback alignment">fallback alignment</a>.
583583

584+
<hr>
585+
584586
<dl>
585587
<dt>Block Containers:
586588
<dd>
@@ -706,6 +708,8 @@ <h3 class="heading settled heading" data-level=5.1 id=justify-self-property><spa
706708
and to the computed value of <a class=property data-link-type=propdesc href=#propdef-justify-items title=justify-items>justify-items</a> on the parent
707709
(minus any <a class=css data-link-type=maybe href=#valuedef-legacy title=legacy>legacy</a> keywords) on all other boxes.
708710

711+
<hr>
712+
709713
<dl>
710714
<dt>Block-level Boxes:
711715
<dd>
@@ -799,6 +803,8 @@ <h3 class="heading settled heading" data-level=5.2 id=align-self-property><span
799803
and to the computed value of <a class=property data-link-type=propdesc href=#propdef-align-items title=align-items>align-items</a> on the parent
800804
(minus any <a class=css data-link-type=maybe href=#valuedef-legacy title=legacy>legacy</a> keywords) on all other boxes.
801805

806+
<hr>
807+
802808
<dl>
803809
<dt>Block-level Boxes:
804810
<dd>

default.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ h4 { margin-top: 4em; }
4040

4141
h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 1.2em }
4242

43+
hr:not([title]) {
44+
font-size: 1.5em;
45+
text-align: center;
46+
margin: 1em auto;
47+
border: transparent solid;
48+
background: transparent;
49+
}
50+
hr:not([title])::before {
51+
content: "\1F411\2003\2003\1F411\2003\2003\1F411";
52+
}
53+
4354
p, div.note, div.issue, details.why {
4455
margin-top: 1em;
4556
margin-bottom: 1em;

0 commit comments

Comments
 (0)