green circle+arrow in learn more area makes no sense outside of landing page

pull/1/head
Andromeda Yelton 2012-01-03 09:19:50 -05:00
parent 2ede7d7e7b
commit 8a59fc75f8
3 changed files with 11 additions and 4 deletions

View File

@ -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 %}

View File

@ -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;

View File

@ -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;