remove the problematic octocat

This commit is contained in:
Sami Samhuri 2014-03-04 18:34:37 -08:00
parent 2003385c7b
commit 169135b711
2 changed files with 1 additions and 25 deletions

View file

@ -115,8 +115,8 @@ header.primary {
display: inline-block;
margin: 0;
padding: 0;
font-weight: @weight-thin;
word-wrap: break-word;
font-weight: normal;
}
h1 {
@ -146,12 +146,6 @@ header.primary {
nav {
/* Fix font rendering bugs in Safari. In this case, font weight differences
* with the #octocat's fixed position, font weight in landscape on iPhone,
* and probably other ones I hadn't discovered yet.
*/
-webkit-transform: translate3d(0, 0, 0);
padding-top: 0.5rem;
clear: left;
font-size: 1.1rem;
@ -262,20 +256,6 @@ ul.archive {
* Projects
*/
#octocat {
position: fixed;
bottom: 1rem;
width: 96%;
text-align: center;
z-index: -1;
opacity: 0.1;
@media (min-width: @screen-medium) {
right: 1rem;
width: auto;
}
}
.project-listing {
margin-bottom: 1rem;

View file

@ -1,7 +1,3 @@
<div id="octocat">
<img src="/images/dr-octocat-448x448.png" width="224" height="224" alt="Bad ass Indiana Jones Octocat">
</div>
<nav>
<% for (var name in public.projects._data) { %>