size of unglue definition text box does not change now as definitions change

pull/1/head
Andromeda Yelton 2012-01-03 09:12:31 -05:00
parent 8d7f7fe612
commit 2ede7d7e7b
5 changed files with 12 additions and 4 deletions

View File

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

View File

@ -61,9 +61,11 @@
}
.block-intro-text div {
display: none;
line-height: 25px;
}
.block-intro-text div#active {
display: inherit;
height: 75px;
}
/* Learn More area (not already styles by learnmore.less) */
.user-block {

View File

@ -61,9 +61,11 @@
}
.block-intro-text div {
display: none;
line-height: 25px;
}
.block-intro-text div#active {
display: inherit;
height: 75px;
}
#expandable {
display: none;

View File

@ -46,7 +46,9 @@
}
.block-intro-text div {
display: none;
line-height: 25px;
}
.block-intro-text div#active {
display: inherit;
height: 75px;
}

View File

@ -38,8 +38,10 @@
.block-intro-text div {
display: none;
line-height: 25px;
&#active {
display: inherit;
height: 75px;
}
}