[jhbuild] [bot] subtle header change, to match the gradient used on art.gnome.org



commit 3161a33cd1eefb48d67adbc6a8d866adda5995b8
Author: Frederic Peters <fpeters 0d be>
Date:   Tue May 5 20:09:47 2009 +0200

    [bot] subtle header change, to match the gradient used on art.gnome.org
---
 buildbot/public_html/lgo.css                 |    8 +++++++-
 buildbot/public_html/top-header-gradient.png |  Bin 0 -> 725 bytes
 buildbot/template.html                       |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/buildbot/public_html/lgo.css b/buildbot/public_html/lgo.css
index 861cc83..fd7f005 100644
--- a/buildbot/public_html/lgo.css
+++ b/buildbot/public_html/lgo.css
@@ -102,12 +102,18 @@ div.sidebar h2 {
 
 
 #header {
-	background: #729FCF url(robot.png) 15px 12px no-repeat;
+	background: #729FCF url(top-header-gradient.png) top left repeat-x;
 	float: left;
 	width: 100%;
 	font-size: 75%;
 }
 
+#header-wrap {
+	background: transparent url(robot.png) 15px 12px no-repeat;
+	min-height: 67px;
+}
+
+
 #header h1 {
 	margin: 0;
 	margin-left: 85px;
diff --git a/buildbot/public_html/top-header-gradient.png b/buildbot/public_html/top-header-gradient.png
new file mode 100644
index 0000000..bebf2f0
Binary files /dev/null and b/buildbot/public_html/top-header-gradient.png differ
diff --git a/buildbot/template.html b/buildbot/template.html
index f322fb0..5dd24ac 100644
--- a/buildbot/template.html
+++ b/buildbot/template.html
@@ -18,6 +18,7 @@
 <li id="siteaction-gnome_community"><a href="http://www.gnome.org/community/";>Community</a></li>
 </ul>
 <div id="header">
+<div id="header-wrap">
 <h1><a href="/">@@GNOME_BUILDBOT_TITLE@@</a></h1>
 
  <div id="tabs">
@@ -29,6 +30,7 @@
  </div>
 </div>
 </div>
+</div>
 <div class="body">
 
 @@GNOME_BUILDBOT_BODY@@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]