Revert changes from last commit; I am an idiot
This commit is contained in:
parent
18dbdf07ba
commit
e79d69739e
@ -126,17 +126,6 @@ header {
|
|||||||
margin: 8px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header_right ul {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 29px;
|
|
||||||
left: 0px;
|
|
||||||
width: 150px;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
background: white;
|
|
||||||
padding: 10px 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.logo {
|
a.logo {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -28,14 +28,6 @@
|
|||||||
<link rel="shortcut icon"
|
<link rel="shortcut icon"
|
||||||
href="{{ request.staticdirect('/images/goblin.ico') }}" />
|
href="{{ request.staticdirect('/images/goblin.ico') }}" />
|
||||||
<script src="{{ request.staticdirect('/js/extlib/jquery.js') }}"></script>
|
<script src="{{ request.staticdirect('/js/extlib/jquery.js') }}"></script>
|
||||||
|
|
||||||
<script>
|
|
||||||
$(document).ready(function(){
|
|
||||||
$(".header_right").click(function(){
|
|
||||||
$(".sublist").slideToggle("fast");
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="{{ request.staticdirect('/js/extlib/html5shiv.js') }}"></script>
|
<script src="{{ request.staticdirect('/js/extlib/html5shiv.js') }}"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
@ -76,11 +68,6 @@
|
|||||||
<a href="{{ request.urlgen('mediagoblin.auth.login') }}">
|
<a href="{{ request.urlgen('mediagoblin.auth.login') }}">
|
||||||
{% trans %}Log in{% endtrans %}</a>
|
{% trans %}Log in{% endtrans %}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<ul class="sublist">
|
|
||||||
<li><a href="#">Enviornment</a></li>
|
|
||||||
<li><a href="#">General Sciences</a></li>
|
|
||||||
<li><a href="#">Space</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user