projects
/
ffmpeg-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3296b
)
css: make <pre> light grey instead of green.
author
Clément Bœsch
<ubitux@gmail.com>
Thu, 21 Jun 2012 16:49:28 +0000
(18:49 +0200)
committer
Clément Bœsch
<ubitux@gmail.com>
Thu, 21 Jun 2012 16:49:28 +0000
(18:49 +0200)
htdocs/default.css
patch
|
blob
|
history
diff --git
a/htdocs/default.css
b/htdocs/default.css
index
1bd558e
..
77a3514
100644
(file)
--- a/
htdocs/default.css
+++ b/
htdocs/default.css
@@
-120,7
+120,7
@@
pre {
margin-right: 3em;
padding: 0.3em;
border: 1px solid #bbb;
- background-color: #
efffef
;
+ background-color: #
f7f7f7
;
}
dl dt {