Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 50fcceb

Browse files
committed
Update
1 parent 99dfc15 commit 50fcceb

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>CSS UI - Table</title>
99

10-
<!-- CSS styles -->
10+
<!-- css -->
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
1313
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
14+
15+
<!-- css tables -->
1416
<link rel="stylesheet" href="css/style.tables.css">
17+
18+
<!-- css only for this page -->
1519
<style>
1620
body {
1721
background: #f4f4f4;
@@ -32,7 +36,7 @@
3236
</style>
3337
</head>
3438
<body>
35-
<!-- container -->
39+
<!-- demonstration page -->
3640
<div class="container">
3741
<div class="wrapper box">
3842
<h4>Table default style</h4>
@@ -60,8 +64,6 @@ <h4>Table default style</h4>
6064
</table>
6165
</div>
6266
</div>
63-
64-
<!-- container -->
6567
<div class="container">
6668
<div class="wrapper box">
6769
<h4>Table primary style</h4>
@@ -89,8 +91,6 @@ <h4>Table primary style</h4>
8991
</table>
9092
</div>
9193
</div>
92-
93-
<!-- container -->
9494
<div class="container">
9595
<div class="wrapper box">
9696
<h4>Table success style</h4>
@@ -118,8 +118,6 @@ <h4>Table success style</h4>
118118
</table>
119119
</div>
120120
</div>
121-
122-
<!-- container -->
123121
<div class="container">
124122
<div class="wrapper box">
125123
<h4>Table warning style</h4>

0 commit comments

Comments
 (0)