commit
This commit is contained in:
2
SRC/public/css/bootstrap-sandstone.min.css
vendored
2
SRC/public/css/bootstrap-sandstone.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,13 +4,13 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body {
|
||||
|
||||
body {
|
||||
font-family: 'Oswald', sans-serif;
|
||||
background: #ebebeb;
|
||||
background: url('../imgs/bg.png') no-repeat bottom center fixed;
|
||||
background-size: cover;
|
||||
font-weight:300;
|
||||
|
||||
font-weight:300;
|
||||
}
|
||||
|
||||
nav {
|
||||
|
1
SRC/public/js/bootstrap-multiselect.js
vendored
1
SRC/public/js/bootstrap-multiselect.js
vendored
@ -400,7 +400,6 @@
|
||||
|
||||
// Set max height of dropdown menu to activate auto scrollbar.
|
||||
if (this.options.maxHeight) {
|
||||
// TODO: Add a class for this option to move the css declarations.
|
||||
this.$ul.css({
|
||||
'max-height': this.options.maxHeight + 'px',
|
||||
'overflow-y': 'auto',
|
||||
|
Reference in New Issue
Block a user