tweak all the things

pull/1/head
Andromeda Yelton 2012-02-03 12:05:02 -05:00
parent 607191fba9
commit 8d17e2d0d6
3 changed files with 14 additions and 4 deletions

View File

@ -116,6 +116,8 @@ def work(request, work_id, action='display'):
try:
activetab = request.GET['tab']
if activetab not in ['1', '2', '3', '4']:
activetab = '1';
except:
activetab = '1';

View File

@ -92,6 +92,9 @@
#js-leftcol .jsmodule.rounded .jsmod-content span.spacer {
visibility: none;
}
#js-leftcol .jsmodule.rounded .jsmod-content span.findtheungluers {
cursor: pointer;
}
.book-detail {
float: left;
width: 100%;

View File

@ -64,11 +64,16 @@
span {
display: inline-block;
vertical-align: middle;
&.spacer {
visibility: none;
}
&.findtheungluers {
cursor: pointer;
}
}
span.spacer {
visibility: none;
}
}
}