Skip to content

Commit afccb65

Browse files
author
mrmrs
committed
Add colors to docs nav
1 parent aa1c31e commit afccb65

File tree

28 files changed

+133
-98
lines changed

28 files changed

+133
-98
lines changed

docs/general/images/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
142142
</article>
143143
<article class="fn fl-ns w-100 w-25-l">
144144
<h2 class="f6 fw7 ttu tracked">Theming</h2>
145+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
145146
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
146147
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
147148
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
8787
</article>
8888
<article class="fn fl-ns w-100 w-25-l">
8989
<h2 class="f6 fw7 ttu tracked">Theming</h2>
90+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
9091
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
9192
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
9293
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/box-sizing/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
186186
</article>
187187
<article class="fn fl-ns w-100 w-25-l">
188188
<h2 class="f6 fw7 ttu tracked">Theming</h2>
189+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
189190
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
190191
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
191192
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/clearfix/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
160160
</article>
161161
<article class="fn fl-ns w-100 w-25-l">
162162
<h2 class="f6 fw7 ttu tracked">Theming</h2>
163+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
163164
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
164165
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
165166
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/display/index.html

+17-8
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,10 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
223223
.dit { display: inline-table; }
224224
.dt { display: table; }
225225
.dtc { display: table-cell; }
226-
.dtcol { display: table-column; }
227-
.dtcolg { display: table-column-group; }
226+
.dt-row { display: table-row; }
227+
.dt-row-group { display: table-row-group; }
228+
.dt-column { display: table-column; }
229+
.dt-column-group { display: table-column-group; }
228230

229231
@media (--breakpoint-not-small) {
230232
.dn-ns { display: none; }
@@ -234,8 +236,10 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
234236
.dit-ns { display: inline-table; }
235237
.dt-ns { display: table; }
236238
.dtc-ns { display: table-cell; }
237-
.dtcol-ns { display: table-column; }
238-
.dtcolg-ns { display: table-column-group; }
239+
.dt-row-ns { display: table-row; }
240+
.dt-row-group-ns { display: table-row-group; }
241+
.dt-column-ns { display: table-column; }
242+
.dt-column-group-ns { display: table-column-group; }
239243
}
240244

241245
@media (--breakpoint-medium) {
@@ -246,8 +250,10 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
246250
.dit-m { display: inline-table; }
247251
.dt-m { display: table; }
248252
.dtc-m { display: table-cell; }
249-
.dtcol-m { display: table-column; }
250-
.dtcolg-m { display: table-column-group; }
253+
.dt-row-m { display: table-row; }
254+
.dt-row-group-m { display: table-row-group; }
255+
.dt-column-m { display: table-column; }
256+
.dt-column-group-m { display: table-column-group; }
251257
}
252258

253259
@media (--breakpoint-large) {
@@ -258,8 +264,10 @@ <h1 class="f4 ttu tracked fw6">Reference</h1>
258264
.dit-l { display: inline-table; }
259265
.dt-l { display: table; }
260266
.dtc-l { display: table-cell; }
261-
.dtcol-l { display: table-column; }
262-
.dtcolg-l { display: table-column-group; }
267+
.dt-row-l { display: table-row; }
268+
.dt-row-group-l { display: table-row-group; }
269+
.dt-column-l { display: table-column; }
270+
.dt-column-group-l { display: table-column-group; }
263271
}
264272

265273

@@ -300,6 +308,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
300308
</article>
301309
<article class="fn fl-ns w-100 w-25-l">
302310
<h2 class="f6 fw7 ttu tracked">Theming</h2>
311+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
303312
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
304313
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
305314
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/floats/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
215215
</article>
216216
<article class="fn fl-ns w-100 w-25-l">
217217
<h2 class="f6 fw7 ttu tracked">Theming</h2>
218+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
218219
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
219220
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
220221
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/heights/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
284284
</article>
285285
<article class="fn fl-ns w-100 w-25-l">
286286
<h2 class="f6 fw7 ttu tracked">Theming</h2>
287+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
287288
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
288289
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
289290
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/max-widths/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
320320
</article>
321321
<article class="fn fl-ns w-100 w-25-l">
322322
<h2 class="f6 fw7 ttu tracked">Theming</h2>
323+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
323324
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
324325
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
325326
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/position/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
300300
</article>
301301
<article class="fn fl-ns w-100 w-25-l">
302302
<h2 class="f6 fw7 ttu tracked">Theming</h2>
303+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
303304
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
304305
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
305306
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/spacing/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
12111211
</article>
12121212
<article class="fn fl-ns w-100 w-25-l">
12131213
<h2 class="f6 fw7 ttu tracked">Theming</h2>
1214+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
12141215
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
12151216
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
12161217
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/layout/widths/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
354354
</article>
355355
<article class="fn fl-ns w-100 w-25-l">
356356
<h2 class="f6 fw7 ttu tracked">Theming</h2>
357+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
357358
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
358359
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
359360
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/themes/background-size/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="author" content="@mrmrs">
1010
<meta name="description" content="Documentation for setting background-size on elements with the tachyons-background-size css module.">
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
<header class="w-100 pa3 ph5-ns bg-near-white">
@@ -179,6 +179,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
179179
</article>
180180
<article class="fn fl-ns w-100 w-25-l">
181181
<h2 class="f6 fw7 ttu tracked">Theming</h2>
182+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
182183
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
183184
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
184185
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/themes/border-radius/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
213213
</article>
214214
<article class="fn fl-ns w-100 w-25-l">
215215
<h2 class="f6 fw7 ttu tracked">Theming</h2>
216+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
216217
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
217218
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
218219
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/themes/borders/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
639639
</article>
640640
<article class="fn fl-ns w-100 w-25-l">
641641
<h2 class="f6 fw7 ttu tracked">Theming</h2>
642+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
642643
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
643644
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
644645
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

docs/themes/hovers/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ <h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
206206
</article>
207207
<article class="fn fl-ns w-100 w-25-l">
208208
<h2 class="f6 fw7 ttu tracked">Theming</h2>
209+
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/skins/" title="Hovers">Skins</a>
209210
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/hovers/" title="Hovers">Hovers</a>
210211
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/background-size/" title="Background Size">Background Size</a>
211212
<a class="f5 fw4 dim link mid-gray db pv1" href="/docs/themes/borders/" title="Borders">Borders</a>

0 commit comments

Comments
 (0)