diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-27 12:25:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-27 12:59:35 +0100 |
commit | 8102cdfc04a5d177288badf59abba841b4007a6f (patch) | |
tree | 1933e161bd9a79bc15a57939a3add8b2f2e2fb3f /doc/doxy/doxy_stylesheet.css | |
parent | 8ea15018785642d5cb9f77b6771c9213185b8db8 (diff) | |
parent | 9ace13db77a22fd59c217175596a95775c5d25aa (diff) | |
download | ffmpeg-8102cdfc04a5d177288badf59abba841b4007a6f.tar.gz |
Merge commit '9ace13db77a22fd59c217175596a95775c5d25aa'
* commit '9ace13db77a22fd59c217175596a95775c5d25aa':
doxy: Fix link in badge color
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/doxy/doxy_stylesheet.css')
-rw-r--r-- | doc/doxy/doxy_stylesheet.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doxy/doxy_stylesheet.css b/doc/doxy/doxy_stylesheet.css index 63238a2d5c..998ab996bc 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; |