Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Altera o logo no topo do site.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjoao committed Dec 7, 2015
1 parent 7c06204 commit 7eec26e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<div class="row-fluid">
<h1 class="title">
<a href="<?php bloginfo('url') ?>">
<img src="<?php bloginfo('template_url') ?>/img/logo.png" alt="">
<img id="phpsp_logo" src="<?php bloginfo('template_url') ?>/img/phpsp_logo.png" alt="PHPSP">
</a>
</h1>
<div class="title_web hidden-phone hidden-tablet"><?php bloginfo( 'name' ); ?></div>
Expand Down
Binary file added img/phpsp_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ header {
padding: 20px 0px 0px 0px;
}

img#phpsp_logo{
max-height: 60px;
}

ul, li {
list-style: none;
}
Expand Down

0 comments on commit 7eec26e

Please sign in to comment.