Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 8e7df77

Browse files
Build: Fixed some lint errors
1 parent 0e1bb15 commit 8e7df77

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

demos/tables.html

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
<!doctype html>
22
<html>
33
<head>
4-
<meta charset='utf-8'>
5-
<meta http-equiv='x-ua-compatible' content='ie=edge'>
4+
<meta charset="utf-8">
5+
<meta content="ie=edge">
66
<title>CSS Chasis - Tables</title>
7-
<meta name='description' content='Typography skeleton for styling'>
8-
<meta name='viewport' content='width=device-width, initial-scale=1'>
9-
<link rel='stylesheet' href='../dist/css/chassis.css'>
10-
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,700italic' rel='stylesheet' type='text/css'>
11-
<style>
12-
body {
13-
max-width: 700px;
14-
margin: 3em auto;
15-
padding: 0 1em;
16-
}
17-
</style>
7+
<meta name="description" content="Typography skeleton for styling">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<link rel="stylesheet" href="../dist/css/chassis.css">
10+
<link rel="stylesheet" href="demos.css">
11+
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,700italic" rel="stylesheet" type="text/css">
1812
</head>
1913
<body>
2014

@@ -24,7 +18,7 @@ <h1>CSS Chassis</h1>
2418

2519
<h2>Tables</h2>
2620

27-
<p>Here's a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum..</p>
21+
<p>Here"s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum..</p>
2822

2923
<table>
3024
<thead>
@@ -57,9 +51,9 @@ <h2>Tables</h2>
5751
</tbody>
5852
</table>
5953

60-
<p>Here's a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum..</p>
54+
<p>Here"s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum..</p>
6155

62-
<div class='table--responsive'>
56+
<div class="table--responsive">
6357
<table>
6458
<thead>
6559
<tr>
@@ -116,7 +110,7 @@ <h2>Tables</h2>
116110
</table>
117111
</div>
118112

119-
<p>Here's a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum.</p>
113+
<p>Here"s a paragraph to show spacing around the table. Aenean lacinia bibendum nulla sed consectetur. Maecenas faucibus mollis interdum.</p>
120114

121115
</body>
122116
</html>

0 commit comments

Comments
 (0)