This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
< title > CSS UI - Table</ title >
9
9
10
- <!-- CSS styles -->
10
+ <!-- css -->
11
11
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css ">
12
12
< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin-ext ">
13
13
< link rel ="stylesheet " href ="https://css-ui.github.io/css/cssui.min.css ">
14
+
15
+ <!-- css tables -->
14
16
< link rel ="stylesheet " href ="css/style.tables.css ">
17
+
18
+ <!-- css only for this page -->
15
19
< style >
16
20
body {
17
21
background : # f4f4f4 ;
32
36
</ style >
33
37
</ head >
34
38
< body >
35
- <!-- container -->
39
+ <!-- demonstration page -->
36
40
< div class ="container ">
37
41
< div class ="wrapper box ">
38
42
< h4 > Table default style</ h4 >
@@ -60,8 +64,6 @@ <h4>Table default style</h4>
60
64
</ table >
61
65
</ div >
62
66
</ div >
63
-
64
- <!-- container -->
65
67
< div class ="container ">
66
68
< div class ="wrapper box ">
67
69
< h4 > Table primary style</ h4 >
@@ -89,8 +91,6 @@ <h4>Table primary style</h4>
89
91
</ table >
90
92
</ div >
91
93
</ div >
92
-
93
- <!-- container -->
94
94
< div class ="container ">
95
95
< div class ="wrapper box ">
96
96
< h4 > Table success style</ h4 >
@@ -118,8 +118,6 @@ <h4>Table success style</h4>
118
118
</ table >
119
119
</ div >
120
120
</ div >
121
-
122
- <!-- container -->
123
121
< div class ="container ">
124
122
< div class ="wrapper box ">
125
123
< h4 > Table warning style</ h4 >
You can’t perform that action at this time.
0 commit comments