6
6
< title >
7
7
Text Decoration / Typography / Docs / TACHYONS
8
8
</ title >
9
- < meta name ="author " content ="@mr3rs ">
9
+ < meta name ="author " content ="@mrmrs ">
10
10
< meta name ="description " content ="CSS ">
11
11
< 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 ">
13
13
</ head >
14
14
< body class ="w-100 sans-serif ">
15
15
16
16
< %= siteHeader %>
17
17
< 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 ">
19
19
< h4 class ="f4 mv0 fw6 dib mr4 "> < %= name %> </ h4 >
20
20
< span class ="f4 b dib pl0 ml0 mr4 "> v< %= moduleVersion %> </ span >
21
21
< span class ="f4 b dib pl0 ml0 mr4 "> < %= moduleSize %> </ span >
@@ -37,12 +37,16 @@ <h4 class="f4 mv0 fw6 dib mr4"><%= name %></h4>
37
37
< dd class ="db pl0 ml0 f4 f2-ns b "> < %= moduleObj.rules.size.average %> </ dd >
38
38
</ dl >
39
39
</ 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 >
40
44
</ article >
41
45
< 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 >
44
48
< 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 >
46
50
< p class ="underline measure ">
47
51
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
48
52
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
0 commit comments