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; */ /* clear:both; */
background-color:inherit; background-color:inherit;
border:none; border:none;
margin-left:1em; /* margin-left:1em; */
margin-right:2em; /* margin-right:2em; */
border-radius:6px; border-radius:6px;
display:inline-block; display:inline-block;
/* display:table; */ /* display:table; */
/* background-color:#e0e0e0; */ /* background-color:#e0e0e0; */
font-size:small;
/* white-space:nowrap; */
}
pre > code {
white-space:pre;
} }
.clear { .clear {
clear:both; clear:both;