Index:California Digital Library (IA historyofkansas00hollrich).pdf/styles.css
Jump to navigation
Jump to search
/* replace default Wikimedia blockquote styling with text-specific styling */
blockquote {
/* get rid of Vector skin styling*/
border-left: inherit;
padding: inherit;
/* get rid of any browser-caused horizontal indent */
margin-left: inherit;
margin-right: inherit;
/* set vertical indent to 2em to match {{dhr}} */
margin-top: 2em;
margin-bottom: 2em;
/* add styling to match {{fine block}} */
line-height:1.4;
font-size:92%;
}
/* Add hanging indent to table of contents */
.stoc-chap {
padding-left: 2em;
text-indent: -2em;
}