Skip to content

Commit

Permalink
try out 3D logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cobyism committed Jul 31, 2012
1 parent e9bf521 commit 554d621
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion _includes/header.html
Expand Up @@ -2,7 +2,10 @@
<div class="content"> <div class="content">
<div class="grid3 first"> <div class="grid3 first">
<h1> <h1>
<a href="{{ site.url }}/">Jekyll</a> <a href="{{ site.url }}/">
<!-- Jekyll -->
<img src="{{ site.url }}/img/logo-2x.png" width="249px" height="115px" alt="">
</a>
</h1> </h1>
</div> </div>
<nav class="grid6"> <nav class="grid6">
Expand Down
6 changes: 3 additions & 3 deletions css/style.css
Expand Up @@ -34,7 +34,7 @@ body > header .content {
} }


body > header h1 { body > header h1 {
font-size: 72px; /* font-size: 72px;
font-weight: normal; font-weight: normal;
margin: 0; margin: 0;
display: inline-block; display: inline-block;
Expand All @@ -45,7 +45,7 @@ body > header h1 {
background-size: 46px 80px; background-size: 46px 80px;
padding-right: 32px; padding-right: 32px;
text-shadow: 0 1px 5px rgba(0,0,0,.8); text-shadow: 0 1px 5px rgba(0,0,0,.8);
} */}


body > header h1 a, body > header h1 a:hover { body > header h1 a, body > header h1 a:hover {
color: #fff; color: #fff;
Expand All @@ -54,7 +54,7 @@ body > header h1 a, body > header h1 a:hover {
/* Navigation */ /* Navigation */


nav { nav {
margin-top: 35px; margin-top: 52px;
} }


nav ul { nav ul {
Expand Down
Binary file added img/logo-2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 554d621

Please sign in to comment.