Add link to page title

This commit is contained in:
=
2012-07-08 17:23:46 -04:00
parent b731f63f58
commit 9c191d8f4a
3 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
</head>
<body>
<header class="site-header">
<div class="site-title">PHP</div>
<div class="site-title"><a href="/">PHP</a></div>
<div class="site-slogan">The Right Way.</div>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.phptherightway.com/" data-size="large" data-hashtags="php">Tweet</a>
</header>

View File

@@ -27,7 +27,7 @@
</head>
<body>
<header class="site-header">
<div class="site-title">PHP</div>
<div class="site-title"><a href="/">PHP</a></div>
<div class="site-slogan">The Right Way.</div>
<nav>
<ul class="toc">

View File

@@ -16,6 +16,9 @@ body{
line-height: 100px;
font-weight: normal;
}
.site-title a{
text-decoration: none;
}
.site-slogan{
font-family: 'Droid Serif';
font-weight: normal;