projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0319d0
)
docs: format code blocks a bit nicely
author
Eric Engestrom
<eric.engestrom@intel.com>
Thu, 29 Nov 2018 13:15:48 +0000
(13:15 +0000)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 19 Dec 2018 16:32:30 +0000
(16:32 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
docs/mesa.css
patch
|
blob
|
history
diff --git
a/docs/mesa.css
b/docs/mesa.css
index 7ab8152b040e6f469711304fcebdc6558598c6de..cfdcc94a06759befd56872632be7021cf850c70d 100644
(file)
--- 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 {