[FFmpeg-cvslog] [ffmpeg-fateserver] branch master updated. deb1396 index: Suppress blue text color and underline for links

gitolite ffmpeg-cvslog at ffmpeg.org
Fri Jun 20 05:32:58 CEST 2014


The branch, master has been updated
       via  deb13967dbf06096691ca81af23c3ee985b0488f (commit)
      from  7f531611a586674c4f701522eb55077195cd0b2d (commit)


- Log -----------------------------------------------------------------
commit deb13967dbf06096691ca81af23c3ee985b0488f
Author:     Timothy Gu <timothygu99 at gmail.com>
AuthorDate: Fri Jun 20 05:26:55 2014 +0200
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Fri Jun 20 05:29:44 2014 +0200

    index: Suppress blue text color and underline for links
    
    Suggested-by: Clément Bœsch <u at pkg.me>
    Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

diff --git a/fate.css b/fate.css
index 9264d83..3a83511 100644
--- a/fate.css
+++ b/fate.css
@@ -52,6 +52,11 @@ th {
     width: 100%;
 }
 
+.replist a {
+    color: inherit;
+    text-decoration: none;
+}
+
 .replist tr {
     border-left:  solid 1px #eee;
     border-right: solid 1px #eee;

-----------------------------------------------------------------------

Summary of changes:
 fate.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list