add margin-right to all .btn, typo in stylus, add build to .nodemonignore

This commit is contained in:
Matteo Pagliazzi 2013-09-11 20:36:57 +02:00
parent 1bc5f0eb0c
commit dc96df43cc
4 changed files with 7 additions and 11 deletions

View file

@ -1,4 +1,5 @@
public/*
views/*
build
build/*
Gruntfile.js

View file

@ -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;
padding: 0px 5px

View file

@ -165,4 +165,7 @@ a
cursor: pointer
#modalMember p
word-wrap: break-word;
word-wrap: break-word
.btn
margin-right: 5px

View file

@ -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