mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-26 02:08:41 -05:00
Infinity logo
This commit is contained in:
parent
f541697372
commit
63f7d12371
2 changed files with 9 additions and 1 deletions
|
|
@ -47,6 +47,13 @@ nav > ul > li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav .infinitory-logo {
|
||||||
|
font-size: 24px;
|
||||||
|
font-family: Garamond, serif;
|
||||||
|
vertical-align: -3px;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
nav a,
|
nav a,
|
||||||
footer a {
|
footer a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{% block title %}{% endblock %}</title>
|
<title>∞ {% block title %}{% endblock %}</title>
|
||||||
<link rel="stylesheet" href="{{ path }}static/general.css">
|
<link rel="stylesheet" href="{{ path }}static/general.css">
|
||||||
<link rel="stylesheet" href="{{ path }}pygments.css">
|
<link rel="stylesheet" href="{{ path }}pygments.css">
|
||||||
<script src="{{ path }}../static/moment.js" defer></script>
|
<script src="{{ path }}../static/moment.js" defer></script>
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ path }}index.html" class="backward">Home</a></li>
|
<li><a href="{{ path }}index.html" class="backward">Home</a></li>
|
||||||
|
<li class="infinitory-logo">∞</li>
|
||||||
<li><a href="{{ path }}nodes/index.html">Nodes</a></li>
|
<li><a href="{{ path }}nodes/index.html">Nodes</a></li>
|
||||||
<li><a href="{{ path }}roles/index.html">Roles</a></li>
|
<li><a href="{{ path }}roles/index.html">Roles</a></li>
|
||||||
<li><a href="{{ path }}services/index.html">Services</a></li>
|
<li><a href="{{ path }}services/index.html">Services</a></li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue