mbari-org / SeafloorMappingDB

Make MBARI seafloor mapping datasets more accessible and useful
GNU General Public License v3.0
3 stars 6 forks source link

Update to fix web page scroll and text indents. #185

Closed ksalamy closed 2 years ago

ksalamy commented 2 years ago

Hi Mike,

Could you try and merge these changes in before you leave on vacation? Thanks so much in advance.

MBARIMike commented 2 years ago

Yes, I should be able to merge them.

Would you please also fix the html-style comments in the template files as these don't work in production. e.g. in smdb/smdb/templates/pages/home.html:

<!-- <link rel="stylesheet" type="text/css" href="{% static 'css/sidebar.css' %}"> -->

should be:

{# <link rel="stylesheet" type="text/css" href="{% static 'css/sidebar.css' %}"> #}

See this SO answer: https://stackoverflow.com/a/719926/1281657

ksalamy commented 2 years ago

Hi Mike.

Okay, try a merge again. I think I have the HTML-comments in the template files styled properly for the production server now. Please let me know if there are any issues. -K