[FFmpeg-devel] [PATCH 09/13] css: uniform links in heading tags

Clément Bœsch ubitux at gmail.com
Fri Jan 13 22:08:50 CET 2012


From: Luca Barbato <lu_zero at gentoo.org>

The styling is inherited to be globally consistent.
---
 htdocs/default.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/htdocs/default.css b/htdocs/default.css
index 8195c86..93557c8 100644
--- a/htdocs/default.css
+++ b/htdocs/default.css
@@ -6,6 +6,11 @@ a:visited {
     color: #884488;
 }
 
+h1 a, h2 a, h3 a {
+    text-decoration: inherit;
+    color: inherit;
+}
+
 #banner {
     background-color: #BBC9D8;
     border-bottom: 1px solid #7A96B3;
-- 
1.7.8.3



More information about the ffmpeg-devel mailing list