Added list style for article literature.
This commit is contained in:
parent
73c6a2710b
commit
a093574bb8
2 changed files with 5 additions and 3 deletions
|
@ -216,9 +216,9 @@ ${scripts.add('<script async type="text/javascript" src="${urls.base}/themes/iph
|
|||
|
||||
<#if bibliography?? && bibliography?has_content>
|
||||
<button type="button" class="collapsible" style="border:none; color: #8B4513; padding: 18px;width: 100%; text-align: left; background-color: #ffffff; background-image: url(${urls.base}/themes/iph/images/book_icon.png); background-repeat: no-repeat; background-position: left center;">Литература</button>
|
||||
<div class="bibliography" style="display:none;">
|
||||
<div class="bibliography" style="display:block;">
|
||||
<#list bibliography as one_bibliography>
|
||||
<div class="bibliography_entry" style="list-style:none;">
|
||||
<div class="bibliography_entry" style="display:list-item;list-style-image:url(${urls.base}/themes/iph/images/bullet_icon.png); font-style: italic; font-family: PT Serif;">
|
||||
<p> ${one_bibliography.bibliography} </p>
|
||||
</div>
|
||||
</#list>
|
||||
|
|
|
@ -2290,7 +2290,9 @@ button.collapsible.active:focus {
|
|||
}
|
||||
.works {
|
||||
padding-left: 40px;
|
||||
|
||||
}
|
||||
.bibliography {
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
/* -------------------------------------------------> */
|
||||
|
|
Loading…
Add table
Reference in a new issue