1
0
cms11/resources/css/footnotes.css

29 lines
424 B
CSS

.footnote-ref {
font-size: .8rem;
}
.footnotes {
font-size: 1rem;
line-height: 1.4;
color: #ccc;
background-color: #1e2230;
border-top: 1px solid #444;
padding: 10px 20px;
margin-top: 20px;
width: 100%;
box-sizing: border-box;
}
.footnotes hr {
display: none;
}
.footnotes ol {
padding-left: 20px;
list-style-type: decimal;
}
.footnotes li {
margin-bottom: 5px;
}