Skip to content

Commit

Permalink
[#1897] Misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsans committed Feb 22, 2016
1 parent f29162f commit 697772e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akvo/rsr/static/styles-src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ nav.navbar-fixed-top {
font-size: 110%;
background: rgba(44, 42, 116, 0.1);
color: #2c2a74;
padding: 7px;
padding: 3px 7px;
margin-left: -5px;
-moz-border-radius: 0 0 10px 0;
-o-border-radius: 0 0 10px 0;
Expand Down
2 changes: 1 addition & 1 deletion akvo/rsr/static/styles-src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ nav.navbar-fixed-top {
font-size: 110%;
background: rgba($akvoPurple, 0.1);
color: $akvoPurple;
padding: 7px;
padding: 3px 7px;
margin-left: -5px;
@include border-radius(0 0 10px 0);
}
Expand Down

0 comments on commit 697772e

Please sign in to comment.