[FFmpeg-devel] [FATESERVER/PATCH] index: Suppress blue text color and underline for links

Timothy Gu timothygu99 at gmail.com
Fri Jun 20 02:44:43 CEST 2014


Suggested-by: Clément Bœsch <u at pkg.me>
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
Already OK'd by Clément on IRC
---
 fate.css | 5 +++++
 1 file changed, 5 insertions(+)

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;
-- 
1.9.1



More information about the ffmpeg-devel mailing list