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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Jun 17, 2018
1 parent 9210cbb commit 080aa93
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 33 deletions.
31 changes: 0 additions & 31 deletions src/css/style.css

This file was deleted.

3 changes: 2 additions & 1 deletion src/css/style.tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ table {

table td,
table th {
padding: 5px 8px;
font-weight: 600;
padding: 5px 8px;
}

table td {
Expand Down
23 changes: 22 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,28 @@
<title>CSS UI - Table</title>

<!-- CSS styles -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
<link rel="stylesheet" href="css/style.tables.css">
<style>
body {
background-color: #f4f4f4;
font-family: 'Open Sans', sans-serif;
}

.container {
margin-bottom: 25px;
margin-top: 25px;
width: 765px;
}

.container .box {
background-color: white;
border-radius: 3px;
padding: 15px;
}
</style>
</head>
<body>
<!-- container -->
Expand Down

0 comments on commit 080aa93

Please sign in to comment.