Skip to content

Commit

Permalink
Add margin to bottom of tables and update bower.json to use latest fo…
Browse files Browse the repository at this point in the history
…nt-awesome version
  • Loading branch information
kelyvin committed Mar 13, 2017
1 parent cb52b48 commit 7b94e8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions assets/css/caffeine-theme.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/js/caffeine-theme.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/scss/modules/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ table {
font-size: 14px;
width: 100%;
overflow: auto;
margin-bottom: 20px;

thead {
background-color: lighten($primary-color, 30%);
Expand Down Expand Up @@ -45,4 +46,4 @@ table {
border-radius: 10px;
background-color: #ffffff;
}
}
}
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ghostHunter": "git://github.com/i11ume/ghostHunter.git#2e721620868d127e9e688145fabcf5f86249d11b",
"reading-time": "1.0.0",
"fitvids": "1.1.0",
"font-awesome": "fontawesome#4.5.0",
"font-awesome": "fontawesome#4.7.0",
"prism": "1.3.0",
"bourbon": "4.2.7",
"toastr": "2.1.2",
Expand Down

0 comments on commit 7b94e8e

Please sign in to comment.