mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Add link to web page source code
This commit is contained in:
parent
84e20f4d02
commit
f4884967f7
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,9 @@ h1, .navbar, .navbar .brand, .navbar a, .navbar .nav>li>a {
|
||||||
header.navbar {
|
header.navbar {
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
margin-top: 4em;
|
||||||
|
}
|
||||||
pre code { /* Match highlight.js styles to bootstrap */
|
pre code { /* Match highlight.js styles to bootstrap */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
|
@ -40,6 +40,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
</noscript>
|
</noscript>
|
||||||
</main>
|
</main>
|
||||||
|
<footer class="container">
|
||||||
|
<small><a href="https://github.com/milkypostman/melpa/blob/master/html/js/melpa.js">Source code for this page →</a></small>
|
||||||
|
</footer>
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/json2/20130526/json2.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/json2/20130526/json2.min.js"></script>
|
||||||
|
|
Loading…
Reference in a new issue