diff --git a/js/nav-footer.js b/js/nav-footer.js index c109d81..491baa0 100644 --- a/js/nav-footer.js +++ b/js/nav-footer.js @@ -4,12 +4,7 @@ var headerHtmls='
' + '
' + '
' + '
' + - '' + '
' + @@ -49,8 +44,8 @@ var footHtmls='
' + ' ' + ' ' + '
' + '
' + @@ -81,7 +76,7 @@ var footHtmls='
' + '
' + '
' + '
' + - '' + + '' + '
' + '
' + '
' + diff --git a/style.css b/style.css index e5f7aeb..043b888 100755 --- a/style.css +++ b/style.css @@ -251,7 +251,12 @@ a:hover{ } .header .logo { float: left; - padding-top: 20px; + /* padding-top: 20px; */ + height: 80px; + line-height: 80px; + width: 300px; + font-size: 16px; + color: #fff; } .header .navbar { background: none;