tweak some website layout and style settings

- make previous/next buttoms smaller and show on top and bottom of page
- make tab header items smaller and more rounded
- reduce padding on a few selected items to make pages more compact

remove obsolete lammps.css file variant
This commit is contained in:
Axel Kohlmeyer
2020-09-18 10:55:50 -04:00
parent dc89f0879c
commit 1264184e7b
3 changed files with 28 additions and 10 deletions

View File

@ -18,3 +18,30 @@
.versionmodified {
font-weight: bold;
}
hr {
margin: 12px 0;
}
.rst-content {
margin-bottom: 12px !important;
}
.ui.tabular.menu .item {
padding-right: 1em;
padding-left: 1em;
padding-top: 0.1em;
padding-bottom: 0.1em;
border-radius: 6px;
}
.btn {
padding: 4px;
font-size: 80%;
border-radius: 4px;
}
.rst-breadcrumbs-buttons {
margin: 0;
}