Fix side bar page links

This commit is contained in:
Moritz Bunkus
2015-04-19 14:57:49 +02:00
parent 1073faf566
commit 631c13aa1e
2 changed files with 12 additions and 5 deletions

View File

@@ -62,15 +62,15 @@
</section>
<aside id="sidebar">
<a href="index.html">Home page</a>
<a href="specs.html">Specifications</a>
<p><a href="index.html" class="page-link">Home page</a></p>
<p><a href="specs.html" class="page-link">Specifications</a></p>
<p class="repo-owner"><a href="https://github.com/Matroska-Org/libebml"></a> is maintained by <a href="https://github.com/Matroska-Org">Matroska-Org</a>.</p>
<p class="repo-owner"><a href="https://github.com/Matroska-Org/libebml">libEBML</a> is maintained by the <a href="http://www.matroska.org/contact/index.html">Matroska team</a>.</p>
</aside>
</div>
</div>
</body>
</html>

View File

@@ -545,6 +545,14 @@ aside a.button {
background: transparent url(../images/download-button.png) 0 0 no-repeat;
}
aside a.page-link {
padding-top: 20px;
padding-left: 20px;
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
font-size: 23px;
line-height: 1.2;
}
code, pre {
margin-bottom: 30px;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
@@ -878,4 +886,3 @@ footer a:hover {
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { }