Skip to content

Commit

Permalink
Minor CSS syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
petervwyatt committed Nov 10, 2023
1 parent c8f9d8c commit b9c9a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</td>
</tr>
<tr style="width:100%; border: none;">
<td colspan="3" style="background: #E6E7E8; !important; border: none;">
<td colspan="3" style="background: #E6E7E8 !important; border: none !important;">
<p style="color: black; text-align: center; height: 20px; margin-top: 5px; font-size: 11px; margin-bottom: 5px;">
&#xa9; 2021 PDF Association e.V. | <a href="https://www.pdfa.org/privacy-policy/">Privacy Policy</a> | <a href="https://www.pdfa.org/imprint/">Imprint</a> | <a href="https://www.pdfa.org/intellectual-property-rights-ipr-policy/">Intellectual Property Rights (IPR) Policy</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h1><a style="color:white;" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a></h1>
</td>
<td style="border: none; width: 20%; background: rgba(150, 0, 0, 0.80); text-align:right">
<a href="https://www.pdfa.org/member-area/"><img style="-webkit-filter: unset; filter: unset; border: 2px outset #C5C5C5; border-radius: 6px; margin-top: 6px; margin-bottom: 6px; margin-right: 50px; height: 71px; !important;" src="https://www.pdfa.org/wp-content/uploads/2020/05/member-area-col-216x300.jpg" width="50" alt="Member Area logo"></a>
<a href="https://www.pdfa.org/member-area/"><img style="-webkit-filter: unset; filter: unset; border: 2px outset #C5C5C5; border-radius: 6px; margin-top: 6px; margin-bottom: 6px; margin-right: 50px; height: 71px !important;" src="https://www.pdfa.org/wp-content/uploads/2020/05/member-area-col-216x300.jpg" width="50" alt="Member Area logo"></a>
</td>
</tr>
</table>
Expand Down

0 comments on commit b9c9a2c

Please sign in to comment.