Skip to content

Commit 4d3bb80

Browse files
combine dt and dd in dl to be single line items
1 parent 1ad809d commit 4d3bb80

File tree

2 files changed

+70
-37
lines changed

2 files changed

+70
-37
lines changed

src/index.html

Lines changed: 66 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,10 @@ <h4>CC0 1.0 Universal</h4>
553553
</div>
554554

555555
<dl class="conditions-definitions">
556-
<dt class="icon-attach cc-zero">CC0</dt>
557-
<dd>This work has been marked as dedicated to the public domain.</dd>
556+
<div>
557+
<dt class="icon-attach cc-zero">CC0</dt>
558+
<dd>This work has been marked as dedicated to the public domain.</dd>
559+
</div>
558560
</dl>
559561

560562
<a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v2">See the License Deed</a>
@@ -579,8 +581,10 @@ <h4>Creative Commons Attribution 4.0 International</h4>
579581
</div>
580582

581583
<dl class="conditions-definitions">
582-
<dt class="icon-attach cc-by">BY</dt>
583-
<dd>Credit must be given to you, the creator.</dd>
584+
<div>
585+
<dt class="icon-attach cc-by">BY</dt>
586+
<dd>Credit must be given to you, the creator.</dd>
587+
</div>
584588
</dl>
585589

586590
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v2">See the License Deed</a>
@@ -608,11 +612,15 @@ <h4>Creative Commons Attribution-ShareAlike 4.0 International</h4>
608612
</div>
609613

610614
<dl class="conditions-definitions">
611-
<dt class="icon-attach cc-by">BY</dt>
612-
<dd>Credit must be given to you, the creator.</dd>
615+
<div>
616+
<dt class="icon-attach cc-by">BY</dt>
617+
<dd>Credit must be given to you, the creator.</dd>
618+
</div>
613619

614-
<dt class="icon-attach cc-sa">SA</dt>
615-
<dd>Adaptations must be shared under the same terms.</dd>
620+
<div>
621+
<dt class="icon-attach cc-sa">SA</dt>
622+
<dd>Adaptations must be shared under the same terms.</dd>
623+
</div>
616624
</dl>
617625

618626
<a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v2">See the License Deed</a>
@@ -640,11 +648,16 @@ <h4>Creative Commons Attribution-NoDerivatives 4.0 International</h4>
640648
</div>
641649

642650
<dl class="conditions-definitions">
643-
<dt class="icon-attach cc-by">BY</dt>
644-
<dd>Credit must be given to you, the creator.</dd>
645651

646-
<dt class="icon-attach cc-nd">ND</dt>
647-
<dd>No derivatives or adaptations of your work are permitted.</dd>
652+
<div>
653+
<dt class="icon-attach cc-by">BY</dt>
654+
<dd>Credit must be given to you, the creator.</dd>
655+
</div>
656+
657+
<div>
658+
<dt class="icon-attach cc-nd">ND</dt>
659+
<dd>No derivatives or adaptations of your work are permitted.</dd>
660+
</div>
648661
</dl>
649662

650663
<a href="https://creativecommons.org/licenses/by-nd/4.0/?ref=chooser-v2">See the License Deed</a>
@@ -672,14 +685,18 @@ <h4>Creative Commons Attribution-NonCommercial 4.0 International</h4>
672685
</div>
673686

674687
<dl class="conditions-definitions">
675-
<dt class="icon-attach cc-by">BY</dt>
676-
<dd>Credit must be given to you, the creator.</dd>
688+
<div>
689+
<dt class="icon-attach cc-by">BY</dt>
690+
<dd>Credit must be given to you, the creator.</dd>
691+
</div>
677692

678-
<dt class="icon-attach cc-nc">NC</dt>
679-
<dd>
680-
Only noncommercial use of your work is permitted.
681-
<span>Noncommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.</span>
682-
</dd>
693+
<div>
694+
<dt class="icon-attach cc-nc">NC</dt>
695+
<dd>
696+
Only noncommercial use of your work is permitted.
697+
<span>Noncommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.</span>
698+
</dd>
699+
</div>
683700

684701

685702
</dl>
@@ -712,17 +729,23 @@ <h4>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International</h4>
712729
</div>
713730

714731
<dl class="conditions-definitions">
715-
<dt class="icon-attach cc-by">BY</dt>
716-
<dd>Credit must be given to you, the creator.</dd>
732+
<div>
733+
<dt class="icon-attach cc-by">BY</dt>
734+
<dd>Credit must be given to you, the creator.</dd>
735+
</div>
717736

718-
<dt class="icon-attach cc-nc">NC</dt>
719-
<dd>
720-
Only noncommercial use of your work is permitted.
721-
<span>Noncommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.</span>
722-
</dd>
737+
<div>
738+
<dt class="icon-attach cc-nc">NC</dt>
739+
<dd>
740+
Only noncommercial use of your work is permitted.
741+
<span>Noncommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.</span>
742+
</dd>
743+
</div>
723744

724-
<dt class="icon-attach cc-sa">SA</dt>
725-
<dd>Adaptations must be shared under the same terms.</dd>
745+
<div>
746+
<dt class="icon-attach cc-sa">SA</dt>
747+
<dd>Adaptations must be shared under the same terms.</dd>
748+
</div>
726749
</dl>
727750

728751
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v2">See the License Deed</a>
@@ -753,17 +776,23 @@ <h4>Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International</
753776
</div>
754777

755778
<dl class="conditions-definitions">
756-
<dt class="icon-attach cc-by">BY</dt>
757-
<dd>Credit must be given to you, the creator.</dd>
779+
<div>
780+
<dt class="icon-attach cc-by">BY</dt>
781+
<dd>Credit must be given to you, the creator.</dd>
782+
</div>
758783

759-
<dt class="icon-attach cc-nc">NC</dt>
760-
<dd>
761-
Only noncommercial use of your work is permitted.
762-
<span>Noncommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.</span>
763-
</dd>
784+
<div>
785+
<dt class="icon-attach cc-nc">NC</dt>
786+
<dd>
787+
Only noncommercial use of your work is permitted.
788+
<span>Noncommercial means not primarily intended for or directed towards commercial advantage or monetary compensation.</span>
789+
</dd>
790+
</div>
764791

765-
<dt class="icon-attach cc-nd">ND</dt>
766-
<dd>No derivatives or adaptations of your work are permitted.</dd>
792+
<div>
793+
<dt class="icon-attach cc-nd">ND</dt>
794+
<dd>No derivatives or adaptations of your work are permitted.</dd>
795+
</div>
767796
</dl>
768797

769798
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v2">See the License Deed</a>

src/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
margin-bottom: -.125em;
6363
}
6464

65+
dl div {
66+
margin-bottom: .8em;
67+
}
68+
6569
dt, dd {
6670
display: inline-block;
6771
}

0 commit comments

Comments
 (0)