Skip to content

Commit 569e46a

Browse files
committed
Revert "Add a link to SpaceReference.org"
This reverts commit 099bce6.
1 parent d756fbf commit 569e46a

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

templates/base.html

-16
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@
2525
<![endif]-->
2626
</head>
2727
<body>
28-
<div style="
29-
position: absolute;
30-
background-color: orange;
31-
color: #000;
32-
width: 100%;
33-
height: 1em;
34-
padding: 1em;
35-
z-index: 9999;
36-
text-align: center;
37-
font-weight: bold;
38-
top: 0;
39-
left: 0;
40-
">Asterank is moving to <a href="https://www.spacereference.org/" style="
41-
color: #404040;
42-
">SpaceReference.org</a></div>
43-
4428
{% include 'blocks/navbar.html' %}
4529

4630
{% block content %}{% endblock %}

templates/blocks/navbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="navbar navbar-fixed-top navbar-inverse" style="top:3em">
1+
<div class="navbar navbar-fixed-top navbar-inverse">
22
<div class="navbar-inner">
33
<div class="container-fluid">
44
<a class="brand" href="/">

templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
{% endblock %}
4444

4545
{% block content %}
46-
<div id="top-container" class="row" style="margin-top:3em">
46+
<div id="top-container" class="row">
4747
<div id="left-side">
4848
{% include "blocks/intro_statement.html" %}
4949
{% include "blocks/selection_details.html" %}

0 commit comments

Comments
 (0)