gtk-web r642 - in trunk: . images
- From: andreasn svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-web r642 - in trunk: . images
- Date: Thu, 31 Jan 2008 16:19:58 +0000 (GMT)
Author: andreasn
Date: Thu Jan 31 16:19:57 2008
New Revision: 642
URL: http://svn.gnome.org/viewvc/gtk-web?rev=642&view=rev
Log:
fixed header to be more scalable
Added:
trunk/images/header-background.png (contents, props changed)
trunk/images/header-logo.png (contents, props changed)
Removed:
trunk/images/gtk-header.png
trunk/images/header.png
Modified:
trunk/ChangeLog
trunk/commerce.html
trunk/development.html
trunk/documentation-old.html
trunk/documentation.html
trunk/download-linux.html
trunk/download-macos.html
trunk/download-windows.html
trunk/download.html
trunk/features.html
trunk/gtk.css
trunk/index.html
trunk/mailing-lists.html
trunk/overview.html
trunk/screenshots-old.html
trunk/screenshots.html
trunk/setuid.html
Modified: trunk/commerce.html
==============================================================================
--- trunk/commerce.html (original)
+++ trunk/commerce.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/development.html
==============================================================================
--- trunk/development.html (original)
+++ trunk/development.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/documentation-old.html
==============================================================================
--- trunk/documentation-old.html (original)
+++ trunk/documentation-old.html Thu Jan 31 16:19:57 2008
@@ -22,7 +22,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/documentation.html
==============================================================================
--- trunk/documentation.html (original)
+++ trunk/documentation.html Thu Jan 31 16:19:57 2008
@@ -22,7 +22,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/download-linux.html
==============================================================================
--- trunk/download-linux.html (original)
+++ trunk/download-linux.html Thu Jan 31 16:19:57 2008
@@ -22,7 +22,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/download-macos.html
==============================================================================
--- trunk/download-macos.html (original)
+++ trunk/download-macos.html Thu Jan 31 16:19:57 2008
@@ -22,7 +22,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/download-windows.html
==============================================================================
--- trunk/download-windows.html (original)
+++ trunk/download-windows.html Thu Jan 31 16:19:57 2008
@@ -22,7 +22,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/download.html
==============================================================================
--- trunk/download.html (original)
+++ trunk/download.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/features.html
==============================================================================
--- trunk/features.html (original)
+++ trunk/features.html Thu Jan 31 16:19:57 2008
@@ -22,7 +22,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/gtk.css
==============================================================================
--- trunk/gtk.css (original)
+++ trunk/gtk.css Thu Jan 31 16:19:57 2008
@@ -145,8 +145,13 @@
}
#header {
- background : #729fcf url(images/gtk-header.png);
+ background : #729fcf url(images/header-background.png);
height : 145px;
+ text-align: center;
+}
+
+#header img {
+ padding-top: 20px;
}
#header h1 {
Added: trunk/images/header-background.png
==============================================================================
Binary file. No diff available.
Added: trunk/images/header-logo.png
==============================================================================
Binary file. No diff available.
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/mailing-lists.html
==============================================================================
--- trunk/mailing-lists.html (original)
+++ trunk/mailing-lists.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/overview.html
==============================================================================
--- trunk/overview.html (original)
+++ trunk/overview.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/screenshots-old.html
==============================================================================
--- trunk/screenshots-old.html (original)
+++ trunk/screenshots-old.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/screenshots.html
==============================================================================
--- trunk/screenshots.html (original)
+++ trunk/screenshots.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
Modified: trunk/setuid.html
==============================================================================
--- trunk/setuid.html (original)
+++ trunk/setuid.html Thu Jan 31 16:19:57 2008
@@ -21,7 +21,7 @@
<body>
<div id="container">
- <div id="header"><h1>The GTK+ Project</h1></div>
+ <div id="header"><img src="images/header-logo.png"><h1>The GTK+ Project</h1></div>
<div id="menu">
<table>
<tr>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]