Skip to content

Commit

Permalink
Small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1cus committed Jul 23, 2014
1 parent 15ffb7e commit 69a0ad7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ nav {
z-index: 10; }
nav .fist-logo {
display: none;
margin: 19px 0 0; }
margin: 11px 0 0; }
nav a {
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
Expand Down Expand Up @@ -1789,7 +1789,7 @@ body#cfp {
left: 50%;
margin-left: -125px;
position: absolute;
width: 249px; }
width: 250px; }
body#cfp header .podio .shadow {
background: url(../images/podio-shadow.png);
height: 142px;
Expand Down
2 changes: 1 addition & 1 deletion source/stylesheets/_cfp.sass
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body#cfp
left: 50%
margin-left: -125px
position: absolute
width: 249px
width: 250px

.shadow
background: url(../images/podio-shadow.png)
Expand Down
2 changes: 1 addition & 1 deletion source/stylesheets/_navigation.sass
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nav

.fist-logo
display: none
margin: 19px 0 0
margin: 11px 0 0

a
@include transition
Expand Down

0 comments on commit 69a0ad7

Please sign in to comment.