[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 726ffbd web/default.css: sync with ffmpeg
gitolite
ffmpeg-cvslog at ffmpeg.org
Thu Nov 28 03:57:51 CET 2013
The branch, master has been updated
via 726ffbd5a0b289215af1491dd14a025cf6746a70 (commit)
from dc7f9f90795f7a933de9b6d487071e7c4f343298 (commit)
- Log -----------------------------------------------------------------
commit 726ffbd5a0b289215af1491dd14a025cf6746a70
Author: Timothy Gu <timothygu99 at gmail.com>
AuthorDate: Sun Nov 24 16:40:04 2013 -0800
Commit: Lou Logan <lou at lrcd.com>
CommitDate: Wed Nov 27 17:56:27 2013 -0900
web/default.css: sync with ffmpeg
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Reviewed-by: Stefano Sabatini <stefasab at gmail.com>
diff --git a/htdocs/default.css b/htdocs/default.css
index 0cca5c9..bf50200 100644
--- a/htdocs/default.css
+++ b/htdocs/default.css
@@ -1,3 +1,7 @@
+a.summary-letter {
+ text-decoration: none;
+}
+
a {
color: #2D6198;
}
@@ -45,11 +49,16 @@ body {
text-align: center;
}
-h1, h2, h3 {
+h1 a, h2 a, h3 a, h4 a {
+ text-decoration: inherit;
+ color: inherit;
+}
+
+h1, h2, h3, h4 {
padding-left: 0.4em;
border-radius: 4px;
- padding-bottom: 0.2em;
- padding-top: 0.2em;
+ padding-bottom: 0.25em;
+ padding-top: 0.25em;
border: 1px solid #6A996A;
}
@@ -63,15 +72,22 @@ h1 {
h2 {
color: #313131;
- font-size: 0.9em;
+ font-size: 1.0em;
background-color: #ABE3AB;
}
h3 {
color: #313131;
+ font-size: 0.9em;
+ margin-bottom: -6px;
+ background-color: #BBF3BB;
+}
+
+h4 {
+ color: #313131;
font-size: 0.8em;
margin-bottom: -8px;
- background-color: #BBF3BB;
+ background-color: #D1FDD1;
}
img {
-----------------------------------------------------------------------
Summary of changes:
htdocs/default.css | 26 +++++++++++++++++++++-----
1 files changed, 21 insertions(+), 5 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list