Skip to content

Commit

Permalink
Merge pull request #3 from skyzito/ajustes_header
Browse files Browse the repository at this point in the history
Ajustes de layout no header
  • Loading branch information
lerrua committed Feb 4, 2015
2 parents 2fd5d26 + b5acf0a commit cc77358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 1 addition & 13 deletions src/documents/themes/yellow-swan/css/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ h1, h2, h3, h4, h5, h6 {color:#2b2b2b;}
/* =============================================================================
NAVIGATION
========================================================================== */
nav {background:#FFFFFF;padding:40px 0;border-bottom:2px solid #be2e2b;}
nav {background:#FFFFFF;padding:20px 0;border-bottom:2px solid #be2e2b;}
.nav-link {color:#222222;}
.nav-link:active,
.nav-link:hover,
Expand Down Expand Up @@ -148,18 +148,6 @@ nav {background:#FFFFFF;padding:40px 0;border-bottom:2px solid #be2e2b;}
border-radius: 4px;
}
.form input[type=text]:focus, .form input[type=email]:focus, .form textarea:focus {border-color:#aaa;outline:0;}

.logo-python-mg{
background-image: url("../img/logo-python-mg.png");
display: block;
height: 70px;
position: fixed;
right: 410px;
top: 10px;
width: 70px;
z-index: 20;
}

/* =============================================================================
Media Queries
========================================================================== */
Expand Down
2 changes: 0 additions & 2 deletions src/partials/header.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<a href="<%= @forkButton.repository %>" class="github-link">
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub">
</a>

<a class="logo-python-mg" href="/"></a>
<% end %>

<!-- HEADER -->
Expand Down

0 comments on commit cc77358

Please sign in to comment.