You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
blogcontent/blog/static/css/custom.css

20 lines
378 B

blockquote {
border-left: 5px solid grey;
padding-left: 10px;
}
section.footnotes > hr {
/*
Pushes the footnotes down so they do not clash
with the "Footnotes" title, defined below
*/
margin-bottom: 40px;
}
section.footnotes > *:first-child::before {
content: 'Footnotes';
font-family: 'Georgia', serif;
margin: 10px 0;
color: #444;
font-size: 25px;
}