diff --git a/.nodemonignore b/.nodemonignore index 17de44ee85..19c17340c6 100644 --- a/.nodemonignore +++ b/.nodemonignore @@ -1,4 +1,5 @@ public/* views/* +build build/* Gruntfile.js \ No newline at end of file diff --git a/public/css/game-pane.styl b/public/css/game-pane.styl index 0d501563fa..0a60fa1f9d 100644 --- a/public/css/game-pane.styl +++ b/public/css/game-pane.styl @@ -41,13 +41,7 @@ height 500px .buttonList li - margin: 5px; + margin: 5px .option-group .option-time - padding: 0px 5px - -.chat-btn - margin-right: 5px; - -.personal-options .btn - margin-right: 5px; \ No newline at end of file + padding: 0px 5px \ No newline at end of file diff --git a/public/css/index.styl b/public/css/index.styl index fbb9913e4a..11c21ff56f 100644 --- a/public/css/index.styl +++ b/public/css/index.styl @@ -165,4 +165,7 @@ a cursor: pointer #modalMember p - word-wrap: break-word; \ No newline at end of file + word-wrap: break-word + +.btn + margin-right: 5px \ No newline at end of file diff --git a/views/shared/footer.jade b/views/shared/footer.jade index 9fc07ba7c2..8b2569e042 100644 --- a/views/shared/footer.jade +++ b/views/shared/footer.jade @@ -15,8 +15,6 @@ footer.footer(ng-controller='FooterCtrl') a(href='/static/about') About li a(target='_blank', href='http://habitrpg.tumblr.com/') Blog - li - a(href='/static/team') Team li a(href='/static/extensions') Extensions li