Mesa (master): docs: format code blocks a bit nicely

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 19 16:33:03 UTC 2018


Module: Mesa
Branch: master
Commit: 0e4c7c3d5b28f88037455fbe15de62c613d8d6c4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e4c7c3d5b28f88037455fbe15de62c613d8d6c4

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Thu Nov 29 13:15:48 2018 +0000

docs: format code blocks a bit nicely

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 7ab8152b04..cfdcc94a06 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 {




More information about the mesa-commit mailing list