Module: libav.org
Branch: master
Commit: 397a9b54fa7cff1f3fb6e29d78ec3a2c3ce10aa3

Author:    Luca Barbato <lu_z...@gentoo.org>
Committer: Luca Barbato <lu_z...@gentoo.org>
Date:      Mon Nov 14 00:18:11 2011 +0100

css: uniform links in heading tags

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 306acb9..22f6020 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;

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to