Fixed literature lists margins.
This commit is contained in:
parent
a54c66fecf
commit
6fb235afd4
1 changed files with 2 additions and 2 deletions
|
@ -2394,7 +2394,6 @@ button.collapsible.active:focus {
|
||||||
margin-bottom: 1.3em;
|
margin-bottom: 1.3em;
|
||||||
display: list-item;
|
display: list-item;
|
||||||
list-style-image: url(../images/bullet_icon.png);
|
list-style-image: url(../images/bullet_icon.png);
|
||||||
margin-left: 40px;
|
|
||||||
}
|
}
|
||||||
.works >div.work >p {
|
.works >div.work >p {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
|
@ -2402,13 +2401,14 @@ button.collapsible.active:focus {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
.works >h2.label {
|
.works >h2.label {
|
||||||
background-image: url(/vivo/themes/iph/images/book_icon.png);
|
background-image: url(../images/book_icon.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
margin-left: -50px;
|
||||||
}
|
}
|
||||||
.virtualWorks {
|
.virtualWorks {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
|
|
Loading…
Add table
Reference in a new issue