Use CSS-style comments within <style> blocks, not HTML comments, lest
your CSS stops working.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
<script src="[% ctx.media_prefix %]/js/ui/default/staff/circ/patron/regctl.js"></script>
<link rel="stylesheet" href="[% ctx.base_path %]/staff/css/circ.css" />
<style>
- <!-- add room for the fixed navigation elements -->
+ /* add room for the fixed navigation elements */
#top-content-container { padding-top: 170px; }
</style>
[% END %]