site: some preliminary style tweaks for examples

This commit is contained in:
Simon Michael 2016-04-10 12:10:34 -07:00
parent 3c7e1a7399
commit 69be70e604

View File

@ -6,12 +6,17 @@ pre {
/* clear:both; */
background-color:inherit;
border:none;
margin-left:1em;
margin-right:2em;
/* margin-left:1em; */
/* margin-right:2em; */
border-radius:6px;
display:inline-block;
/* display:table; */
/* background-color:#e0e0e0; */
font-size:small;
/* white-space:nowrap; */
}
pre > code {
white-space:pre;
}
.clear {
clear:both;