Skip to content

Commit

Permalink
margem no css
Browse files Browse the repository at this point in the history
  • Loading branch information
roddds committed Jul 24, 2013
1 parent 9e4669d commit a8a91dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sass: sass --watch static/css/main.scss
web: gunicorn main:app
web: gunicorn main:app -b 0.0.0.0:8000
2 changes: 1 addition & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ body {
padding: 10px;
display: inline; }
body .navlist ul .short {
padding-right: 5px;
padding-right: 10px;
padding-left: 5px; }
2 changes: 1 addition & 1 deletion static/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body {
display:inline;
}
.short {
padding-right: 5px;
padding-right: 10px;
padding-left: 5px;
}
}
Expand Down

0 comments on commit a8a91dc

Please sign in to comment.