Module: libav.org Branch: master Commit: 2c9b0879b2fcfc356f0bbf4e07c0990d54b00054
Author: Luca Barbato <[email protected]> Committer: Luca Barbato <[email protected]> Date: Fri Sep 28 14:49:56 2012 +0200 about: update main header --- htdocs/css/libav.css | 5 +++++ src/about | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/htdocs/css/libav.css b/htdocs/css/libav.css index f356ae0..b05b1a4 100644 --- a/htdocs/css/libav.css +++ b/htdocs/css/libav.css @@ -30,6 +30,7 @@ h6 small { .page-header h1 { font-size: 50px; + line-height: 1.2em; } .page-header img { @@ -41,6 +42,9 @@ h6 small { vertical-align: middle; } +.page-header small { + line-height: 1; +} h2, h3, @@ -53,6 +57,7 @@ h4 { padding-left: 0.5em; } + .google { color: white; } diff --git a/src/about b/src/about index 160cdda..05f7bc7 100644 --- a/src/about +++ b/src/about @@ -1,11 +1,13 @@ -<h1>About Libav</h1> -<p> Libav is friendly and community driven effort to provide its users +<div class="page-header"> +<h1>About Libav +<small> Libav is friendly and community driven effort to provide its users with a set of portable, functional and performant libraries for dealing with multimedia formats of all sorts. It originates from the <a href="http://ffmpeg.org">FFmpeg</a> codebase, but goes its own way these days, providing its users with reliable releases and a clear vision how -to go forward. </p> +to go forward.</small></h1> +</div> <h2>Releases</h2> _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
