Skip to content

Commit

Permalink
Remove CSS elements
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Feb 1, 2025
1 parent b5dfc0a commit 5ead5ae
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions themes/rtd_qgis/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,11 @@
{{ super() }}
</ul>

<!-- Add a button to guide potential contributors -->
<style>
.qgis-edit-guidelines {
font-size: 14px;
float: right;
clear: both;
padding-top: 4px;
}

@media screen and (max-width: 480px) {
.qgis-edit-guidelines {
display: none;
}
}
</style>
<!-- To do: add a more generic page for contributing in QGIS docs to keep users in the same website
<a class="qgis-edit-guidelines" href="https://docs.qgis.org/{{ version }}/{{ language }}/docs/documentation_guidelines/index.html">
<!-- Add a button to guide potential contributors
To do: add a more generic page for contributing in QGIS docs to keep users in the same website
<a class="qgis-edit-guidelines" href="https://docs.qgis.org/{{ version }}/{{ language }}/docs/documentation_guidelines/index.html">
-->
<a class="qgis-edit-guidelines" href=" https://qgis.org/community/involve/">
<a class="qgis-edit-guidelines" href="https://qgis.org/community/involve/">
Learn how to contribute!
</a>
</li>
Expand Down

0 comments on commit 5ead5ae

Please sign in to comment.