Module: libav.org Branch: master Commit: b643175984190577d88b1d61beec2f243b4bd89d
Author: Luca Barbato <[email protected]> Committer: Luca Barbato <[email protected]> Date: Sun Oct 7 13:16:52 2012 +0200 style: make h2 darker --- htdocs/css/libav.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/htdocs/css/libav.css b/htdocs/css/libav.css index b13c39a..e0e51f1 100644 --- a/htdocs/css/libav.css +++ b/htdocs/css/libav.css @@ -59,6 +59,10 @@ h4 { border-width: 0 0 1px; } +h2 { + border-color: #468847; +} + .google { color: white; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
