This commit is contained in:
alexandre-pereira
2015-03-20 15:48:08 +01:00
parent 2fdcf42f29
commit df7f8fc05a
9 changed files with 14 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 {

View File

@ -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',