Skip to content

Commit 8d91f16

Browse files
author
mrmrs
committed
Add new article page
1 parent 9232317 commit 8d91f16

File tree

110 files changed

+992
-770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+992
-770
lines changed

components/article-lists/title-preview-author-media-flipped/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
387387

388388
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
389389

390+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
391+
390392
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
391393

392394
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -848,23 +850,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
848850

849851
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
850852
<div class="mw9 center">
851-
<div class="mb5">
852-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
853+
<div class="mb5 lh-copy">
854+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
853855
Home
854856
</a>
855-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
857+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
856858
Docs
857859
</a>
858-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
860+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
859861
Components
860862
</a>
861-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
863+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
862864
Gallery
863865
</a>
864-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
866+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
865867
Resources
866868
</a>
867-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
869+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
868870
X-Ray
869871
</a>
870872
</div>

components/article-lists/title-preview-author-media/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
402402

403403
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
404404

405+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
406+
405407
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
406408

407409
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -863,23 +865,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
863865

864866
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
865867
<div class="mw9 center">
866-
<div class="mb5">
867-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
868+
<div class="mb5 lh-copy">
869+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
868870
Home
869871
</a>
870-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
872+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
871873
Docs
872874
</a>
873-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
875+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
874876
Components
875877
</a>
876-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
878+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
877879
Gallery
878880
</a>
879-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
881+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
880882
Resources
881883
</a>
882-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
884+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
883885
X-Ray
884886
</a>
885887
</div>

components/articles/feature/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
367367

368368
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
369369

370+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
371+
370372
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
371373

372374
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -828,23 +830,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
828830

829831
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
830832
<div class="mw9 center">
831-
<div class="mb5">
832-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
833+
<div class="mb5 lh-copy">
834+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
833835
Home
834836
</a>
835-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
837+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
836838
Docs
837839
</a>
838-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
840+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
839841
Components
840842
</a>
841-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
843+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
842844
Gallery
843845
</a>
844-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
846+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
845847
Resources
846848
</a>
847-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
849+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
848850
X-Ray
849851
</a>
850852
</div>

components/articles/full-bleed-background/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
294294

295295
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
296296

297+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
298+
297299
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
298300

299301
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -755,23 +757,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
755757

756758
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
757759
<div class="mw9 center">
758-
<div class="mb5">
759-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
760+
<div class="mb5 lh-copy">
761+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
760762
Home
761763
</a>
762-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
764+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
763765
Docs
764766
</a>
765-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
767+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
766768
Components
767769
</a>
768-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
770+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
769771
Gallery
770772
</a>
771-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
773+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
772774
Resources
773775
</a>
774-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
776+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
775777
X-Ray
776778
</a>
777779
</div>

components/articles/headline-title-text/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
174174

175175
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
176176

177+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
178+
177179
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
178180

179181
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -635,23 +637,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
635637

636638
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
637639
<div class="mw9 center">
638-
<div class="mb5">
639-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
640+
<div class="mb5 lh-copy">
641+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
640642
Home
641643
</a>
642-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
644+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
643645
Docs
644646
</a>
645-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
647+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
646648
Components
647649
</a>
648-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
650+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
649651
Gallery
650652
</a>
651-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
653+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
652654
Resources
653655
</a>
654-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
656+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
655657
X-Ray
656658
</a>
657659
</div>

components/articles/large-title-text/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
174174

175175
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
176176

177+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
178+
177179
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
178180

179181
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -635,23 +637,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
635637

636638
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
637639
<div class="mw9 center">
638-
<div class="mb5">
639-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
640+
<div class="mb5 lh-copy">
641+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
640642
Home
641643
</a>
642-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
644+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
643645
Docs
644646
</a>
645-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
647+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
646648
Components
647649
</a>
648-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
650+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
649651
Gallery
650652
</a>
651-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
653+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
652654
Resources
653655
</a>
654-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
656+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
655657
X-Ray
656658
</a>
657659
</div>

components/articles/left-title-top-border/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
320320

321321
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
322322

323+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
324+
323325
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
324326

325327
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -781,23 +783,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
781783

782784
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
783785
<div class="mw9 center">
784-
<div class="mb5">
785-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
786+
<div class="mb5 lh-copy">
787+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
786788
Home
787789
</a>
788-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
790+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
789791
Docs
790792
</a>
791-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
793+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
792794
Components
793795
</a>
794-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
796+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
795797
Gallery
796798
</a>
797-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
799+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
798800
Resources
799801
</a>
800-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
802+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
801803
X-Ray
802804
</a>
803805
</div>

components/articles/left-title/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
267267

268268
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
269269

270+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
271+
270272
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
271273

272274
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -728,23 +730,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
728730

729731
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
730732
<div class="mw9 center">
731-
<div class="mb5">
732-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
733+
<div class="mb5 lh-copy">
734+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
733735
Home
734736
</a>
735-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
737+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
736738
Docs
737739
</a>
738-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
740+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
739741
Components
740742
</a>
741-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
743+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
742744
Gallery
743745
</a>
744-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
746+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
745747
Resources
746748
</a>
747-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
749+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
748750
X-Ray
749751
</a>
750752
</div>

components/articles/photo-essay/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@ <h2 class="f6 fw6 mb2 ttc black-70">articles</h2>
497497

498498
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/single-column-large-title/index.html">Single Column Large Title</a>
499499

500+
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-highlight-header-cover/index.html">Title Highlight Header Cover</a>
501+
500502
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text-image/index.html">Title Text Image</a>
501503

502504
<a class="f6 f5-ns fw4 dib mr3 mb2 black-70 link hover-blue dim" href="/components/articles/title-text/index.html">Title Text</a>
@@ -958,23 +960,23 @@ <h2 class="f6 fw6 mb2 ttc black-70">text</h2>
958960

959961
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
960962
<div class="mw9 center">
961-
<div class="mb5">
962-
<a class="black-70 link dim b dib mr3" href="/" title="Home">
963+
<div class="mb5 lh-copy">
964+
<a class="black-70 link dim b dib mr3 mb3" href="/" title="Home">
963965
Home
964966
</a>
965-
<a class="black-70 link dim b dib mr3" href="/docs" title="Docs">
967+
<a class="black-70 link dim b dib mr3 mb3" href="/docs" title="Docs">
966968
Docs
967969
</a>
968-
<a class="black-70 link dim b dib mr3" href="/components/" title="Components">
970+
<a class="black-70 link dim b dib mr3 mb3" href="/components/" title="Components">
969971
Components
970972
</a>
971-
<a class="black-70 link dim b dib mr3" href="/gallery/" title="Gallery of Sites built with Tachyons">
973+
<a class="black-70 link dim b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
972974
Gallery
973975
</a>
974-
<a class="black-70 link dim b dib mr3" href="/resources/" title="Resources related to Tachyons">
976+
<a class="black-70 link dim b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
975977
Resources
976978
</a>
977-
<a class="black-70 link dim b dib mr3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
979+
<a class="black-70 link dim b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
978980
X-Ray
979981
</a>
980982
</div>

0 commit comments

Comments
 (0)