Skip to content

Commit d317f7e

Browse files
author
mrmrs
committed
Make templates more consistent.
1 parent ff2ffe2 commit d317f7e

File tree

7 files changed

+2
-7
lines changed

7 files changed

+2
-7
lines changed

src/templates/docs/floats/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<%= head %>
99
</head>
1010
<body class="w-100 sans-serif">
11-
1211
<%= siteHeader %>
1312
<main class="bg-white black-70">
1413
<header class="ph3 ph5-ns w-100 bg-transparent pv3 mb4 mb5-ns bt bb b--black-10 overflow-auto">

src/templates/docs/font-family/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!DOCTYPE html>
2-
32
<html lang="en">
43
<head>
54
<title>

src/templates/docs/forms/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<%= head %>
99
</head>
1010
<body class="w-100 sans-serif">
11-
1211
<%= siteHeader %>
1312
<main class="bg-white black-70">
1413
<header class="ph3 ph5-ns w-100 pv3 mb4 mb5-ns bt bb b--black-10 overflow-auto">

src/templates/docs/garamond/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<title>
55
Garamond / Typography / Docs / TACHYONS
66
</title>
7-
<meta name="description" content="">
87
<%= head %>
98
</head>
109
<body class="w-100 sans-serif">

src/templates/docs/georgia/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<title>
55
Georgia / Typography / Docs / TACHYONS
66
</title>
7-
<meta name="description" content="">
87
<%= head %>
98
</head>
109
<body class="w-100 sans-serif">

src/templates/docs/vertical-align/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Documentation for setting vertical align with the Tachyons css framework.">
88
<%= head %>
99
</head>
10-
<body class="w-100">
10+
<body class="w-100 sans-serif">
1111
<%= siteHeader %>
1212
<main class="bg-white black-70">
1313
<header class="ph3 ph5-ns w-100 pv3 mb4 mb5-ns bt bb b--black-10 overflow-auto">

src/templates/docs/white-space/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Documentation for adjusting white-space with the Tachyons css framework.">
88
<%= head %>
99
</head>
10-
<body class="w-100">
10+
<body class="w-100 sans-serif">
1111
<%= siteHeader %>
1212
<main class="bg-white black-70">
1313
<header class="ph3 ph5-ns w-100 pv3 mb4 mb5-ns bt bb b--black-10 overflow-auto">

0 commit comments

Comments
 (0)