Fix side bar page links
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user