summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-27 12:25:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-27 12:59:35 +0100
commit8102cdfc04a5d177288badf59abba841b4007a6f (patch)
tree1933e161bd9a79bc15a57939a3add8b2f2e2fb3f /doc
parent8ea15018785642d5cb9f77b6771c9213185b8db8 (diff)
parent9ace13db77a22fd59c217175596a95775c5d25aa (diff)
Merge commit '9ace13db77a22fd59c217175596a95775c5d25aa'
* commit '9ace13db77a22fd59c217175596a95775c5d25aa': doxy: Fix link in badge color Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/doxy/doxy_stylesheet.css4
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;