make work title on download page a link

pull/1/head
Andromeda Yelton 2012-09-13 11:14:32 -04:00
parent d4309dd46c
commit fdf27c4029
4 changed files with 12 additions and 1 deletions

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 {