Skip to content

Commit

Permalink
Merge pull request #7 from lshap/master
Browse files Browse the repository at this point in the history
[FIX] Fix close button aligned center
  • Loading branch information
dhartunian committed May 16, 2016
2 parents ceb63ed + 6f4d9bf commit 9a0d5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/streetlives.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
width: 100%;
height: 35px;
line-height: 35px;
text-align: center;
text-align: right;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion sources/scss/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
width: 100%;
height: 35px;
line-height: 35px;
text-align: center;
text-align: right;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
Expand Down

0 comments on commit 9a0d5cc

Please sign in to comment.