[FFmpeg-cvslog] doxy: Fix link in badge color

Luca Barbato git at videolan.org
Fri Dec 27 13:10:05 CET 2013


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Dec 16 01:24:15 2013 +0100| [9ace13db77a22fd59c217175596a95775c5d25aa] | committer: Luca Barbato

doxy: Fix link in badge color

Green on blue was not exactly optimal.

Signed-off-by: Luca Barbato <lu_zero at gentoo.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ace13db77a22fd59c217175596a95775c5d25aa
---

 doc/doxy/doxy_stylesheet.css |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/doxy/doxy_stylesheet.css b/doc/doxy/doxy_stylesheet.css
index 63238a2..998ab99 100644
--- a/doc/doxy/doxy_stylesheet.css
+++ b/doc/doxy/doxy_stylesheet.css
@@ -260,6 +260,10 @@ pre code {
   -moz-border-radius: 9px;
   border-radius: 9px;
 }
+
+.label a {
+  color:#ffffff;
+}
 a.label:hover,
 a.badge:hover {
   color: #ffffff;



More information about the ffmpeg-cvslog mailing list