library-web r577 - in trunk: . data/skin data/xslt
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: library-web r577 - in trunk: . data/skin data/xslt
- Date: Sat, 28 Feb 2009 16:10:23 +0000 (UTC)
Author: fpeters
Date: Sat Feb 28 16:10:23 2009
New Revision: 577
URL: http://svn.gnome.org/viewvc/library-web?rev=577&view=rev
Log:
* data/skin/lgo.css, data/skin/top-header-gradient.png,
data/xslt/heading.xsl: subtle header change, to match the gradient used
on art.gnome.org.
Added:
trunk/data/skin/top-header-gradient.png (contents, props changed)
Modified:
trunk/ChangeLog
trunk/data/skin/lgo.css
trunk/data/xslt/heading.xsl
Modified: trunk/data/skin/lgo.css
==============================================================================
--- trunk/data/skin/lgo.css (original)
+++ trunk/data/skin/lgo.css Sat Feb 28 16:10:23 2009
@@ -128,12 +128,17 @@
#header {
- background: #729FCF url(library.png) 15px 10px 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(library.png) 15px 10px no-repeat;
+ min-height: 67px;
+}
+
#header h1 {
margin: 0;
margin-left: 85px;
Added: trunk/data/skin/top-header-gradient.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/xslt/heading.xsl
==============================================================================
--- trunk/data/xslt/heading.xsl (original)
+++ trunk/data/xslt/heading.xsl Sat Feb 28 16:10:23 2009
@@ -57,6 +57,7 @@
</li>
</ul>
<div id="header">
+ <div id="header-wrap">
<h1>
<xsl:call-template name="gettext"><xsl:with-param name="lang"
select="$lang"/><xsl:with-param name="msgid"
@@ -127,6 +128,7 @@
</li>
</ul>
</div> <!-- end of #tabs -->
+ </div> <!-- end of #header-wrap -->
</div> <!-- end of #header -->
</div>
</xsl:template>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]