Getting rid of GitHub ribbon in exchange for a simple link

This commit is contained in:
Jeff Avallone
2014-12-15 11:05:37 -05:00
parent deb95ef123
commit 67a71289bc
3 changed files with 29 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

+20 -1
View File
@@ -68,7 +68,26 @@ header {
}
nav {
@include adjust-font-size-to($base-font-size, 2);
overflow: hidden;
ul {
@include inline-block-list;
display: inline-block;
}
a {
@include adjust-font-size-to($base-font-size, 2);
@include unstyled-link;
}
.source {
float: right;
img {
vertical-align: middle;
margin-right: rhythm(1/4);
}
}
}
}