mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 21:02:04 +03:00
site: some preliminary style tweaks for examples
This commit is contained in:
parent
3c7e1a7399
commit
69be70e604
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user