make work title on download page a link
parent
d4309dd46c
commit
fdf27c4029
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue