* Use eslint and stylelint, fix all errors * Remove jshint, jsbeautify * Use Object.keys directly since that is available in all major browsers * Fixes for eslint, stylelint errors * stylelint is not included in grunt test yet because jquery.uls.mobile.css has so many !important and need to figure out whether they are really needed
19 lines
258 B
CSS
19 lines
258 B
CSS
body {
|
|
padding-left: 10%;
|
|
padding-right: 10%;
|
|
font-family: 'Arial', 'Helvetica', sans-serif;
|
|
}
|
|
|
|
div.navbar {
|
|
background-color: #333;
|
|
color: #fff;
|
|
padding: 20px;
|
|
}
|
|
|
|
span.uls-trigger {
|
|
float: right;
|
|
cursor: pointer;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|