mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-18 03:21:18 +02:00
Add link to page title
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="site-header">
|
<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>
|
<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>
|
<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>
|
</header>
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="site-header">
|
<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>
|
<div class="site-slogan">The Right Way.</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="toc">
|
<ul class="toc">
|
||||||
|
@@ -16,6 +16,9 @@ body{
|
|||||||
line-height: 100px;
|
line-height: 100px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
.site-title a{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.site-slogan{
|
.site-slogan{
|
||||||
font-family: 'Droid Serif';
|
font-family: 'Droid Serif';
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Reference in New Issue
Block a user