Updated logo; added GitHub ribbon.
h3rald h3rald@h3rald.com
Sun, 30 Aug 2009 15:54:32 +0200
6 files changed,
3 insertions(+),
3 deletions(-)
M
layouts/default.htm
→
layouts/default.htm
@@ -29,6 +29,7 @@ <link href="/css/elements.css" media="all" rel="stylesheet" type="text/css" />
<link href="/css/code.css" media="all" rel="stylesheet" type="text/css" /> </head> <body> + <a href="http://github.com/h3rald/h3rald-website"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a> <div id="wrapper"> <div id="header"> <!--[if lte IE 6]>
M
resources/css/layout.css
→
resources/css/layout.css
@@ -51,12 +51,11 @@ {
width: 100%; background-color: #000; padding: 5px 0; - height: 70px; + height: 60px; } #logo { - height: 72px; margin-top: -25px; }@@ -150,7 +149,7 @@ }
.inner-border { - background: #000 url('../images/theme/redcloth.png') top repeat-x; + background: #760000 url('../images/theme/ribbon.png') top repeat-x; height: 30px; }