Merge branch 'master' into relaunch_ry

pull/1/head
Raymond Yee 2012-09-13 15:55:43 -07:00
commit a68cd81823
5 changed files with 13 additions and 2 deletions

View File

@ -100,7 +100,7 @@
</div>
<div class="launch_top">
It's here: our first unglued edition. You can now <a href="/work/81724/download/" class="hijax">download <I>Oral Literature in Africa</I></a>.
It's here: our first unglued edition. You can now <a href="/work/81724/">download <I>Oral Literature in Africa</I></a>.<br /><br />Campaigns to unglue more books <a href="http://blog.unglue.it/2012/09/13/update-on-unglue-it-relaunch/">will relaunch soon</a>.
</div>
{% block topsection %}{% endblock %}
{% block content %}{% endblock %}

View File

@ -13,7 +13,7 @@
<div class="download_container">
<div id="lightbox_content">
<div class="border">
<h2>Downloads for {{ work.title }}</h2>
<h2>Downloads for <I><a href="{% url work work.id %}">{{ work.title }}</a></i></h2>
{% if unglued_ebooks %}
<div class="unglued">
<h3>Read the unglued edition!</h3>

View File

@ -105,6 +105,9 @@
#lightbox_content h4 {
margin-top: 15px;
}
#lightbox_content h2 a {
font-size: 18.75px;
}
#lightbox_content .ebook_download a {
margin: auto 5px auto 0;
font-size: 15px;

View File

@ -230,6 +230,9 @@
#lightbox_content h4 {
margin-top: 15px;
}
#lightbox_content h2 a {
font-size: 18.75px;
}
#lightbox_content .ebook_download a {
margin: auto 5px auto 0;
font-size: 15px;

View File

@ -16,6 +16,11 @@
#lightbox_content h2, #lightbox_content h3, #lightbox_content h4 {
margin-top: 15px;
}
#lightbox_content h2 a {
font-size: @font-size-larger*1.25;
}
#lightbox_content .ebook_download {