DEV: Apply rubocop

This commit is contained in:
David Taylor 2018-10-22 20:13:47 +01:00
parent 6d9d78e6b2
commit 61175ada7a
2 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/* Put your CSS here */
@import 'bootstrap';
@import "bootstrap";
$tertiary: #0088cc !default;
$shadow: 0 0 8px rgba(0, 0, 0, 0.6) !default;
@ -74,7 +74,8 @@ table#repos {
border-top: none;
}
td, th {
td,
th {
padding: 8px 15px 8px 0px;
}