Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ qgis-dbg qgis-server qgis-server-wfs
qgis-plugin-grass qgis-server-bin qgis-server-wfs3
```

![Available packages starting par 'qgis'](https://cdn.geotribu.fr/img/articles-blog-rdp/articles/2023/qgis_installation_ubuntu/ubuntu_apt_install_qgis_autocompletion.webp){: .img-center loading=lazy }
![Available packages starting par 'qgis'](https://cdn.geotribu.fr/img/articles-blog-rdp/articles/2023/qgis_installation_ubuntu/ubuntu_apt_install_qgis_autocompletion.webp){: .img-center-noborder loading=lazy }

Unless you have special needs, it's always best to install only the minimum required. In my case, that's `qgis`... and that's more than enough, as it's already collecting a whole bunch of packages:

Expand Down
10 changes: 9 additions & 1 deletion content/theme/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,21 @@ img {
margin-left: 10px;
}

.img-center {
.img-center,
.img-center-noborder {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 75%;
}

.img-center-noborder {
border: none;
/* Supprime la bordure */
box-shadow: none;
/* Supprime l'ombre de la boîte */
}

.img-license-picto {
box-shadow: none;
border: none;
Expand Down
Loading