[Mesa-dev] [PATCH mesa 2/2] docs: format code blocks a bit nicely
Eric Engestrom
eric.engestrom at intel.com
Thu Nov 29 15:50:59 UTC 2018
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
docs/mesa.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/mesa.css b/docs/mesa.css
index 7ab8152b040e6f469711..cfdcc94a06759befd568 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 {
--
Cheers,
Eric
More information about the mesa-dev
mailing list