[FFmpeg-cvslog] [ffmpeg-web] branch master updated. de1d4c2 css: make <pre> light grey instead of green.
gitolite
ffmpeg-cvslog at ffmpeg.org
Thu Jun 21 18:49:56 CEST 2012
The branch, master has been updated
via de1d4c22fb31a39a774a2208fc8eb9163430cb94 (commit)
via 7e3296b220d4ee3b0d294540c8b52f8990e29bc7 (commit)
from d48812dd0be743e95e0420d21158fc2b6e9e3d57 (commit)
- Log -----------------------------------------------------------------
commit de1d4c22fb31a39a774a2208fc8eb9163430cb94
Author: Clément BÅsch <ubitux at gmail.com>
AuthorDate: Thu Jun 21 18:49:28 2012 +0200
Commit: Clément BÅsch <ubitux at gmail.com>
CommitDate: Thu Jun 21 18:49:28 2012 +0200
css: make <pre> light grey instead of green.
diff --git a/htdocs/default.css b/htdocs/default.css
index 1bd558e..77a3514 100644
--- 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 {
commit 7e3296b220d4ee3b0d294540c8b52f8990e29bc7
Author: Clément BÅsch <ubitux at gmail.com>
AuthorDate: Thu Jun 21 18:49:07 2012 +0200
Commit: Clément BÅsch <ubitux at gmail.com>
CommitDate: Thu Jun 21 18:49:07 2012 +0200
css: restore default font.
The font was considered too small and less readable.
diff --git a/htdocs/default.css b/htdocs/default.css
index e092e33..1bd558e 100644
--- a/htdocs/default.css
+++ b/htdocs/default.css
@@ -25,7 +25,6 @@ a:visited {
body {
background-color: #313131;
margin: 0;
- font: 0.8em sans-serif;
text-align: justify;
}
-----------------------------------------------------------------------
Summary of changes:
htdocs/default.css | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list