Remove some print-related custom css
This commit is contained in:
parent
574231cf95
commit
abf5342845
3 changed files with 3 additions and 13 deletions
|
@ -565,10 +565,6 @@ body.small-nav {
|
|||
|
||||
/* 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 */
|
||||
|
|
|
@ -55,18 +55,12 @@ header,
|
|||
page-break-inside: avoid;
|
||||
height: 40px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
|
||||
table {
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
|
||||
.attribution_license,
|
||||
.attribution_project {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.attribution_notice {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -81,11 +81,11 @@
|
|||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue