DEV: Apply rubocop
This commit is contained in:
parent
6d9d78e6b2
commit
61175ada7a
|
|
@ -1,5 +1,5 @@
|
||||||
/* Put your CSS here */
|
/* Put your CSS here */
|
||||||
@import 'bootstrap';
|
@import "bootstrap";
|
||||||
|
|
||||||
$tertiary: #0088cc !default;
|
$tertiary: #0088cc !default;
|
||||||
$shadow: 0 0 8px rgba(0, 0, 0, 0.6) !default;
|
$shadow: 0 0 8px rgba(0, 0, 0, 0.6) !default;
|
||||||
|
|
@ -74,7 +74,8 @@ table#repos {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
td, th {
|
td,
|
||||||
|
th {
|
||||||
padding: 8px 15px 8px 0px;
|
padding: 8px 15px 8px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue