diff options
author | Eric Engestrom <[email protected]> | 2018-11-29 13:15:48 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-12-19 16:32:30 +0000 |
commit | 0e4c7c3d5b28f88037455fbe15de62c613d8d6c4 (patch) | |
tree | 10305d5c07830cf6f65c814f4f20f5406afa3e0e /docs/mesa.css | |
parent | b0319d07683c8d76a93e233b918ea61b38438a3c (diff) |
docs: format code blocks a bit nicely
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/mesa.css')
-rw-r--r-- | docs/mesa.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/mesa.css b/docs/mesa.css index 7ab8152b040..cfdcc94a067 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -29,6 +29,9 @@ pre { /*font-family: monospace;*/ font-size: 10pt; /*color: black;*/ + background-color: #eee; + margin-left: 2em; + padding: .5em; } iframe { |