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" %}
|
{% extends "base.html" %}
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<link href="/static/css/documentation.css" rel="stylesheet" type="text/css" />
|
<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 %}
|
{% block extra_extra_head %}
|
||||||
<!-- extra head content in descendants goes in extra_extra_head, not extra_head, to avoid overwriting the documentation.css include -->
|
<!-- extra head content in descendants goes in extra_extra_head, not extra_head, to avoid overwriting the documentation.css include -->
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block extra_js %}
|
|
||||||
<script type="text/javascript" src="/static/js/definitions.js"></script>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
|
|
||||||
{% block title %}{% endblock %}
|
{% block title %}{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,9 @@
|
||||||
color: #3d4e53;
|
color: #3d4e53;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
.user-block-hide .quicktour.last {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
/* Containers */
|
/* Containers */
|
||||||
.have-right #js-main-container {
|
.have-right #js-main-container {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -47,6 +47,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-block-hide .quicktour.last {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Containers */
|
/* Containers */
|
||||||
.have-right #js-main-container {
|
.have-right #js-main-container {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue