r41079 - in /www/src: default.css default.template

althaser-guest at users.alioth.debian.org althaser-guest at users.alioth.debian.org
Wed Mar 26 16:10:04 UTC 2014


Author: althaser-guest
Date: Wed Mar 26 16:10:04 2014
New Revision: 41079

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41079
Log:
fix some errors from xhtml validation service and move title a bit

Modified:
    www/src/default.css
    www/src/default.template

Modified: www/src/default.css
URL: http://svn.debian.org/wsvn/pkg-gnome/www/src/default.css?rev=41079&op=diff
==============================================================================
--- www/src/default.css	[utf-8] (original)
+++ www/src/default.css	[utf-8] Wed Mar 26 16:10:04 2014
@@ -28,15 +28,13 @@
 }
 
 #header h1 {
-    float: left;
     padding: 0pt 1em;
     font-size:2.5em;
-    font-weight:normal;
+    font-weight:bold;
 }
 
 .logo {
-    float: left;
-    padding: 0pt 1em;
+    padding-left: 1.5cm;
 }
 
 /***** Bar *****/

Modified: www/src/default.template
URL: http://svn.debian.org/wsvn/pkg-gnome/www/src/default.template?rev=41079&op=diff
==============================================================================
--- www/src/default.template	[utf-8] (original)
+++ www/src/default.template	[utf-8] Wed Mar 26 16:10:04 2014
@@ -4,15 +4,17 @@
   <head>
     <title>Debian GNOME Packaging - {title: }</title>
     <link href="{relocatable: default.css}" rel="stylesheet" />
-    <link rel="shortcut icon" href="images/gnome-debian-favicon.ico" type="image/x-icon">
+    <link rel="shortcut icon" href="images/gnome-debian-favicon.ico" type="image/x-icon" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   </head>
 
   <body>
     <div id="wrap">
       <table id="header">
-        <td class="logo"><img src="images/gnome-debian-small-trans.png"/></td>
-        <td class="title"><h1>Debian GNOME Packaging - {title: }</h1></td>
+        <tr>
+          <td class="logo"><img src="images/gnome-debian-small-trans.png" alt="debian-gnome-logo"/></td>
+          <td class="title"><h1>Debian GNOME Packaging</h1></td>
+        </tr>
       </table>
 
       <div id="main">




More information about the pkg-gnome-commits mailing list