Reduce horizontal ruler margins.

This commit is contained in:
Roberto Rosario
2015-06-29 14:03:48 -04:00
parent 7122a38807
commit 560e469e8c

View File

@@ -81,6 +81,11 @@
.fancybox-nav span {
visibility: visible;
}
hr {
margin-top: 5px;
margin-bottom: 11px;
}
</style>
{% block stylesheets %}{% endblock %}