/* Rules for attribution text under the main map shown on printouts */
-#attribution {
- display: none;
-}
-
.donate-attr { color: darken($green, 10%) !important; }
/* Rules for the sidebar */
<div id="map" tabindex="2">
</div>
- <div id="attribution">
+ <div id="attribution" class="d-none">
<table>
<tr>
- <td class="attribution_license"><%= t "site.index.license.license_url" %></td>
- <td class="attribution_project"><%= t "site.index.license.project_url" %></td>
+ <td><%= t "site.index.license.license_url" %></td>
+ <td><%= t "site.index.license.project_url" %></td>
</tr>
<tr>
<td colspan="2" class="attribution_notice"><%= t "site.index.license.copyright" %></td>