diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html index b06fa39..8ee70db 100755 --- a/static/index.html +++ b/static/index.html @@ -3,7 +3,7 @@ <script type="text/javascript" src="/static/js/underscore-min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> <script type="text/javascript" src="/static/js/home.js"></script> - <script type="text/javascript" src="static/background.js"></script> + <script> $(document).ready(initLoginForm); </script> @@ -39,8 +39,7 @@ color: #504F61; } #header7{ - background-color:#666; - background-image:url(/static/dblue2.png); + background-attachment:fixed; margin: 0px auto -1px auto; top: 0px; |
