green circle+arrow in learn more area makes no sense outside of landing page
parent
2ede7d7e7b
commit
8a59fc75f8
|
@ -1,14 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
{% block extra_head %}
|
||||
<link href="/static/css/documentation.css" rel="stylesheet" type="text/css" />
|
||||
{% block extra_js %}
|
||||
|
||||
<script type="text/javascript" src="/static/js/definitions.js"></script>
|
||||
{% endblock %}
|
||||
{% block extra_extra_head %}
|
||||
<!-- extra head content in descendants goes in extra_extra_head, not extra_head, to avoid overwriting the documentation.css include -->
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
{% block extra_js %}
|
||||
<script type="text/javascript" src="/static/js/definitions.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block title %}{% endblock %}
|
||||
|
||||
|
|
|
@ -105,6 +105,9 @@
|
|||
color: #3d4e53;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.user-block-hide .quicktour.last {
|
||||
background: none;
|
||||
}
|
||||
/* Containers */
|
||||
.have-right #js-main-container {
|
||||
float: left;
|
||||
|
|
|
@ -47,6 +47,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.user-block-hide .quicktour.last {
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* Containers */
|
||||
.have-right #js-main-container {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue