- extra oai site
- help site with links
This commit is contained in:
parent
432db5e92f
commit
0024d1a6b7
7 changed files with 72 additions and 12 deletions
18
public/css/style.css
vendored
18
public/css/style.css
vendored
|
@ -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 */
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue