Keep fancybox previous and next button always enabled

This commit is contained in:
Roberto Rosario
2015-06-19 19:44:29 -04:00
parent 5d30356b76
commit 4920e7dabb

View File

@@ -77,6 +77,9 @@
text-shadow: 0px 0px 2px #000
}
.fancybox-nav span {
visibility: visible;
}
</style>
{% block stylesheets %}{% endblock %}