diff --git a/.gitignore b/.gitignore index 4cbd3105462..62cc5771bae 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ public/*.html public/js/lib public/images/lib public/files -public/backups \ No newline at end of file +public/backups +public/css/wn-web.css +public/js/wn-web.js \ No newline at end of file diff --git a/public/css/wn-web.css b/public/css/wn-web.css deleted file mode 100644 index 65f445ce99f..00000000000 --- a/public/css/wn-web.css +++ /dev/null @@ -1,20 +0,0 @@ -body { - - background-color: #9CA2AD; - - - -} - - -footer { - color: white; -} -footer a, footer a:visited, footer a:hover { - color: white; -} -.web-footer-menu ul li { - border-right: 1px solid white; -} - - diff --git a/public/js/wn-web.js b/public/js/wn-web.js deleted file mode 100644 index 17a3da46171..00000000000 --- a/public/js/wn-web.js +++ /dev/null @@ -1 +0,0 @@ -window.home_page = "home";