From 0b721b8b96462826689c0215efe9e50e467d1bba Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 15 May 2012 11:39:17 +0530 Subject: [PATCH] do not track wn-web.js and wn-web.css in repositor as they are built for each implementation --- .gitignore | 4 +++- public/css/wn-web.css | 20 -------------------- public/js/wn-web.js | 1 - 3 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 public/css/wn-web.css delete mode 100644 public/js/wn-web.js 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";