mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Added two layers of headers to info-field.
This commit is contained in:
parent
3c67b64606
commit
fe7ea1d7ad
1 changed files with 6 additions and 1 deletions
|
@ -738,11 +738,16 @@ div#ch-tooltip {
|
|||
}
|
||||
|
||||
/* Infofield css */
|
||||
|
||||
.info-field h2 {
|
||||
font-size: 1em;
|
||||
border-bottom-style: ridge;
|
||||
border-bottom-style: double;
|
||||
}
|
||||
|
||||
.info-field h3 {
|
||||
font-size: 1em;
|
||||
bor
|
||||
|
||||
.entry {
|
||||
display: grid;
|
||||
grid-template-columns: auto max-content;
|
||||
|
|
Loading…
Reference in a new issue