Skip to content

Commit 841cb87

Browse files
author
mrmrs
committed
Update text-decoration documentation.
1 parent 3dc953f commit 841cb87

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
lines changed

docs/typography/text-decoration/index.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<title>
77
Text Decoration / Typography / Docs / TACHYONS
88
</title>
9-
<meta name="author" content="@mr3rs">
9+
<meta name="author" content="@mrmrs">
1010
<meta name="description" content="CSS">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
12-
<link rel="stylesheet" href="/css/tachyons.css">
12+
<link rel="stylesheet" href="/css/tachyons.min.css">
1313
</head>
1414
<body class="w-100 sans-serif">
1515

@@ -42,7 +42,7 @@
4242
</header>
4343

4444
<main class="">
45-
<article class="bg-near-white bt b--black-10 ph3 pt3 ph5-ns">
45+
<article class="bg-near-white bt b--black-10 pa3 ph5-ns">
4646
<h4 class="f4 mv0 fw6 dib mr4">text-decoration</h4>
4747
<span class="f4 b dib pl0 ml0 mr4">v3.1.0</span>
4848
<span class="f4 b dib pl0 ml0 mr4">162 B</span>
@@ -64,12 +64,16 @@ <h4 class="f4 mv0 fw6 dib mr4">text-decoration</h4>
6464
<dd class="db pl0 ml0 f4 f2-ns b">1</dd>
6565
</dl>
6666
</div>
67+
<p class="measure f4 f3-ns lh-copy">
68+
Utilities for decorating text with underlines, or removing
69+
the default underlines browsers put on links.
70+
</p>
6771
</article>
6872
<div class="ph3 ph5-ns pt4 pb5">
69-
<h2 class="f3 bold">Examples</h2>
70-
<h3 class="f5 book pt4 caps">Text Decoration None</h3>
73+
<h2 class="f3 b">Examples</h2>
74+
<h3 class="f5 fw4 pt4 ttu tracked">Text Decoration None</h3>
7175
<a href="#" class="no-underline">Text Decoration None on a Link</a>
72-
<h3 class="f5 book pt4 caps">Text Decoration Underline</h3>
76+
<h3 class="f5 fw4 pt4 ttu tracked">Text Decoration Underline</h3>
7377
<p class="underline measure">
7478
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
7579
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At

src/templates/docs/text-decoration/index.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<title>
77
Text Decoration / Typography / Docs / TACHYONS
88
</title>
9-
<meta name="author" content="@mr3rs">
9+
<meta name="author" content="@mrmrs">
1010
<meta name="description" content="CSS">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
12-
<link rel="stylesheet" href="/css/tachyons.css">
12+
<link rel="stylesheet" href="/css/tachyons.min.css">
1313
</head>
1414
<body class="w-100 sans-serif">
1515

1616
<%= siteHeader %>
1717
<main class="">
18-
<article class="bg-near-white bt b--black-10 ph3 pt3 ph5-ns">
18+
<article class="bg-near-white bt b--black-10 pa3 ph5-ns">
1919
<h4 class="f4 mv0 fw6 dib mr4"><%= name %></h4>
2020
<span class="f4 b dib pl0 ml0 mr4">v<%= moduleVersion %></span>
2121
<span class="f4 b dib pl0 ml0 mr4"><%= moduleSize %></span>
@@ -37,12 +37,16 @@ <h4 class="f4 mv0 fw6 dib mr4"><%= name %></h4>
3737
<dd class="db pl0 ml0 f4 f2-ns b"><%= moduleObj.rules.size.average %></dd>
3838
</dl>
3939
</div>
40+
<p class="measure f4 f3-ns lh-copy">
41+
Utilities for decorating text with underlines, or removing
42+
the default underlines browsers put on links.
43+
</p>
4044
</article>
4145
<div class="ph3 ph5-ns pt4 pb5">
42-
<h2 class="f3 bold">Examples</h2>
43-
<h3 class="f5 book pt4 caps">Text Decoration None</h3>
46+
<h2 class="f3 b">Examples</h2>
47+
<h3 class="f5 fw4 pt4 ttu tracked">Text Decoration None</h3>
4448
<a href="#" class="no-underline">Text Decoration None on a Link</a>
45-
<h3 class="f5 book pt4 caps">Text Decoration Underline</h3>
49+
<h3 class="f5 fw4 pt4 ttu tracked">Text Decoration Underline</h3>
4650
<p class="underline measure">
4751
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
4852
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At

0 commit comments

Comments
 (0)