Skip to content

Commit

Permalink
fixes padding #15
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Feb 28, 2014
1 parent a026195 commit 304a25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ html {
.header { .header {
width: 100%; width: 100%;
height: 30px; height: 30px;
padding: 0 20px; padding: 0 10px;
border-left: 10px solid #a3be8c; border-left: 10px solid #a3be8c;
font-size: 12px; font-size: 12px;
line-height: 30px; line-height: 30px;
Expand All @@ -44,7 +44,7 @@ html {
#errors { #errors {
width: 100%; width: 100%;
margin: 0; margin: 0;
padding: 20px; padding: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.4; line-height: 1.4;
Expand Down

0 comments on commit 304a25a

Please sign in to comment.