Module: libav.org
Branch: master
Commit: eb207d946402705dbe9ac85b8c790b72c76a7a07

Author:    Luca Barbato <lu_z...@gentoo.org>
Committer: Luca Barbato <lu_z...@gentoo.org>
Date:      Sat Sep 29 21:08:16 2012 +0200

style: reshape chapter headers

---

 htdocs/css/libav.css |   12 +++++++-----
 src/about            |    7 +++----
 src/download         |    4 ++--
 src/index            |    3 +--
 src/legal            |    5 +++--
 5 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/htdocs/css/libav.css b/htdocs/css/libav.css
index 442160f..2b8a62d 100644
--- a/htdocs/css/libav.css
+++ b/htdocs/css/libav.css
@@ -20,7 +20,8 @@ h2 small,
 h3 small,
 h4 small,
 h5 small,
-h6 small {
+h6 small,
+.page-header small {
   line-height: 0.8;
   font-weight: normal;
   color: #999999;
@@ -33,17 +34,18 @@ h6 small {
   line-height: 1.2em;
 }
 
+.page-header h1 {
+  border-bottom: 1px solid #999999;
+}
+
 .page-header img {
   height: 80px;
   padding-bottom: 5px;
 }
 
-.page-header * {
-  vertical-align: middle;
-}
-
 .page-header small {
   line-height: 1;
+  font-size: 18px;
 }
 
 h2,
diff --git a/src/about b/src/about
index b4ef13d..607a8b7 100644
--- a/src/about
+++ b/src/about
@@ -1,12 +1,12 @@
 
 <div class="page-header">
-<h1>About Libav
+<h1>About Libav</h1>
 <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.</small></h1>
+to go forward.</small>
 </div>
 
 <h2>Releases</h2>
@@ -180,11 +180,10 @@ this policy will result in offenders getting temporarily 
or permanently removed
 from our communication channels.
 
 <div class="page-header">
-<h1>History
+<h1>History</h1>
 <small>As an attempt to help with the confusion around the recent
 happenings around FFmpeg, this article presents our views on the
 situation.</small>
-</h1>
 </div>
 
 <h2>Some Background</h2>
diff --git a/src/download b/src/download
index 2570ead..0e88eaa 100644
--- a/src/download
+++ b/src/download
@@ -1,5 +1,6 @@
 <div class="page-header">
-<h1>Getting Libav<small>
+<h1>Getting Libav</h1>
+<small>
 Libav has always been a very experimental and developer-driven project. It
 is a key component in many multimedia projects and has new features added
 constantly. Development branch snapshots work really well 99% of the
@@ -10,7 +11,6 @@ Additionally, a number of individuals and distributions offer 
precompiled
 packages to their users. This site aggregates information about distribution
 channels.
 </small>
-</h1>
 </div>
 
 <h1>Libav Download and Source Code Repository Access</h1>
diff --git a/src/index b/src/index
index e4dbce5..4871168 100644
--- a/src/index
+++ b/src/index
@@ -1,9 +1,8 @@
 
 <div class="page-header">
-<h1>
 <img src="libav-logo-text.png" alt="Libav" />
 <small>A complete, cross-platform solution to record, convert and stream audio
-and video.</small></h1>
+and video.</small>
 </div>
 <div class="well well-small">
 <p>
diff --git a/src/legal b/src/legal
index 5e416bd..bf4759d 100644
--- a/src/legal
+++ b/src/legal
@@ -1,10 +1,11 @@
 <div class="page-header">
-<h1>Libav License and Legal Considerations<small>
+<h1>Libav License and Legal Considerations</h1>
+<small>
 Legal issues are a constant source of questions and confusion.
 This is an attempt to clarify the most important issues.
 The usual disclaimers apply, this is not legal advice.
 </small>
-</h1></div>
+</div>
 
 <h2>Libav License</h2>
 

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

Reply via email to