Module: libav.org Branch: master Commit: 562913b5aaace61a5d9bf5b0eb0200a7f1330d39
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Sat Apr 2 01:18:57 2011 +0100 Revert "Qatar announcement" This reverts commit 4d2eaa76b5ee035f0d8b609e826d0bf5ff5837ba. --- htdocs/default.css | 32 ++++++++++++++++---------------- htdocs/favicon.png | Bin 514 -> 442 bytes htdocs/libav-logo.png | Bin 12758 -> 6063 bytes src/index | 12 ------------ src/template_head2 | 2 +- 5 files changed, 17 insertions(+), 29 deletions(-) diff --git a/htdocs/default.css b/htdocs/default.css index 612cb06..8195c86 100644 --- a/htdocs/default.css +++ b/htdocs/default.css @@ -47,8 +47,8 @@ body { } h1 { - background-color: #a82458; - border: 1px solid #501324; + background-color: #7BB37B; + border: 1px solid #6A996A; color: #151515; font-size: 1.2em; padding-bottom: 0.2em; @@ -72,9 +72,9 @@ img { } #navbar { - background-color: #501324; - border-bottom: 1px solid #501324; - border-top: 1px solid #501324; + background-color: #738073; + border-bottom: 1px solid #5C665C; + border-top: 1px solid #5C665C; margin-top: 12px; padding: 0.3em; position: relative; @@ -82,22 +82,22 @@ img { } #navbar a, #navbar_secondary a { - color: #eee; + color: white; padding: 0.3em; text-decoration: none; } #navbar a:hover, #navbar_secondary a:hover { - background-color: #70193d; - color: #eee; + background-color: #313131; + color: white; text-decoration: none; } #navbar_secondary { - background-color: #501324; - border-bottom: 1px solid #501324; - border-left: 1px solid #501324; - border-right: 1px solid #501324; + background-color: #738073; + border-bottom: 1px solid #5C665C; + border-left: 1px solid #5C665C; + border-right: 1px solid #5C665C; padding: 0.3em; position: relative; text-align: center; @@ -124,15 +124,15 @@ pre { margin-left: 1em; margin-right: 1em; border-collapse: collapse; - border: solid 1px #70193d; + border: solid 1px #6A996A; } #repos th { - background-color: #a82458; - border: solid 1px #501324; + background-color: #7BB37B; + border: solid 1px #6A996A; } #repos td { padding: 0.2em; - border: solid 1px #501324; + border: solid 1px #6A996A; } diff --git a/htdocs/favicon.png b/htdocs/favicon.png index b17a624..c7991da 100644 Binary files a/htdocs/favicon.png and b/htdocs/favicon.png differ diff --git a/htdocs/libav-logo.png b/htdocs/libav-logo.png index e9b0b8e..55ca201 100644 Binary files a/htdocs/libav-logo.png and b/htdocs/libav-logo.png differ diff --git a/src/index b/src/index index ade5f62..841413e 100644 --- a/src/index +++ b/src/index @@ -35,18 +35,6 @@ with the latest developments by subscribing to both the <h1>News</h1> -<a name="qatar_sponsor"></a><h3>Apr 1, 2011</h3> - -<p> - -The Libav Team has entered a sponsorship agreement with an individual -in Qatar. As part of the deal, the Libav logo has been redesigned and -several core developers will be relocating to Doha, Qatar. We are all -very excited about this, and more details about the arrangement will -be published over the coming weeks. - -</p> - <a name="distros_move_to_libav"></a><h3>Mar 25, 2011</h3> <p> diff --git a/src/template_head2 b/src/template_head2 index 5f69c90..e035a00 100644 --- a/src/template_head2 +++ b/src/template_head2 @@ -8,7 +8,7 @@ <div id="banner"> <a href="index.html"> -<img src="libav-logo.png" width="460" height="210" alt="FFmpeg" /> +<img src="libav-logo.png" width="346" height="100" alt="FFmpeg" /> </a> </div> _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
