corection des style css du panel pour ne pas avoir le before et le margin bottom sur la liste des pages liés
This commit is contained in:
parent
dee8f94182
commit
d91455a0b4
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@
|
|||
color: #000;
|
||||
}
|
||||
|
||||
.k-panel[data-template="year"] .k-list-items .k-item:first-child {
|
||||
.k-panel[data-template="year"] .k-section-name-texts .k-list-items .k-item:first-child {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.k-panel[data-template="year"] .k-list-items::before {
|
||||
.k-panel[data-template="year"] .k-section-name-texts .k-list-items::before {
|
||||
content: "Texte princeps";
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue