- extra oai site

- help site with links
This commit is contained in:
Arno Kaimbacher 2020-04-06 22:28:28 +02:00
parent 432db5e92f
commit 0024d1a6b7
7 changed files with 72 additions and 12 deletions

18
public/css/style.css vendored
View file

@ -672,6 +672,24 @@ section.normal {
height: 80px;
margin-bottom: 5px;
}
.help h5 {
margin-bottom: 10px;
}
/* OAI */
ul.quicklinks {
margin-top: 2px;
padding: 4px;
text-align: left;
/* border-bottom: 2px solid #ccc; */
/* border-top: 2px solid #ccc; */
clear: left;
}
ul.quicklinks li {
font-size: 90%;
display: inline;
list-style: none;
/* font-family: sans-serif; */
}
/* Services */

View file

@ -146,7 +146,7 @@ ul.quicklinks {
ul.quicklinks li {
font-size: 80%;
display: inline;
list-stlye: none;
list-style: none;
font-family: sans-serif;
}
p.intro {