mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
add margin-right to all .btn, typo in stylus, add build to .nodemonignore
This commit is contained in:
parent
1bc5f0eb0c
commit
dc96df43cc
4 changed files with 7 additions and 11 deletions
|
|
@ -1,4 +1,5 @@
|
|||
public/*
|
||||
views/*
|
||||
build
|
||||
build/*
|
||||
Gruntfile.js
|
||||
|
|
@ -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
|
||||
|
|
@ -165,4 +165,7 @@ a
|
|||
cursor: pointer
|
||||
|
||||
#modalMember p
|
||||
word-wrap: break-word;
|
||||
word-wrap: break-word
|
||||
|
||||
.btn
|
||||
margin-right: 5px
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue