[gnomeweb-wp] added AUTHORS and TODO files, and fixed small bits in the css and in the header



commit b55c2b13b43f2290397591d2b785e4629b04514b
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Sat Aug 21 16:21:29 2010 -0300

    added AUTHORS and TODO files, and fixed small bits in the css and in the header

 wp-content/themes/gnome-grass/AUTHORS    |    2 ++
 wp-content/themes/gnome-grass/TODO       |    8 ++++++++
 wp-content/themes/gnome-grass/header.php |    2 +-
 wp-content/themes/gnome-grass/style.css  |    6 +++---
 wp-content/themes/gnome-grass/text.css   |    2 +-
 5 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/AUTHORS b/wp-content/themes/gnome-grass/AUTHORS
new file mode 100644
index 0000000..c1beba9
--- /dev/null
+++ b/wp-content/themes/gnome-grass/AUTHORS
@@ -0,0 +1,2 @@
+Vinicius Depizzol <vdepizzol gmail com>
+Andreas Nilsson <andreas andreasn se>
diff --git a/wp-content/themes/gnome-grass/TODO b/wp-content/themes/gnome-grass/TODO
new file mode 100644
index 0000000..a9ecc9a
--- /dev/null
+++ b/wp-content/themes/gnome-grass/TODO
@@ -0,0 +1,8 @@
+The small TODO list of the <em>grass</em> template for gnome.org:
+
+- Finish the home page with sane content.
+
+- Remove including language-selector.css from WPML plugin on every page.
+  We don't need that.
+  
+- Proper specific page for displaying news posts
diff --git a/wp-content/themes/gnome-grass/header.php b/wp-content/themes/gnome-grass/header.php
index 0e46f60..a41ac2c 100644
--- a/wp-content/themes/gnome-grass/header.php
+++ b/wp-content/themes/gnome-grass/header.php
@@ -24,7 +24,7 @@
     <!-- header -->
     <div id="header" class="container_12">
         <div id="logo" class="grid_3">
-            <h1><a href="<?php bloginfo('url'); ?>/"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/gnome-logo.png" alt="GNOME" /></a></h1>
+            <h1><a title="<?php _e( 'Go to home page', 'grass' ); ?>" href="<?php bloginfo('url'); ?>/"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/gnome-logo.png" alt="<?php echo _e('GNOME: The Free Software Desktop Project', 'grass');?>" /></a></h1>
         </div>
         <div id="top_bar" class="grid_9">
             <div class="left">
diff --git a/wp-content/themes/gnome-grass/style.css b/wp-content/themes/gnome-grass/style.css
index 5180192..8b30c3d 100644
--- a/wp-content/themes/gnome-grass/style.css
+++ b/wp-content/themes/gnome-grass/style.css
@@ -72,7 +72,7 @@ a:visited {
     margin: 0;
 }
 #header #logo img {
-   -webkit-transition-duration: 200ms;
+   -webkit-transition: opacity 200ms ease-out;
    opacity: 1;
    margin-left: -3px;
    height: 76px;
@@ -119,7 +119,7 @@ a:visited {
     -webkit-border-radius: 4px;
     border-radius: 4px;
     outline: 0;
-    -webkit-transition-duration: 200ms;
+    -webkit-transition: background 200ms linear;
     text-shadow: 0 1px 0 #000;
 }
 #top_bar a:hover {
@@ -550,7 +550,7 @@ dl.icon_list dt img {
     height: 180px;
     margin-top: 0;
     clear: left;
-    margin-bottom: -33px;-webkit-transition: all 200ms linear;
+    margin-bottom: -33px;
 }
 #footer_art.none {
     height: 30px;
diff --git a/wp-content/themes/gnome-grass/text.css b/wp-content/themes/gnome-grass/text.css
index ebd9fee..1ad3832 100644
--- a/wp-content/themes/gnome-grass/text.css
+++ b/wp-content/themes/gnome-grass/text.css
@@ -82,6 +82,6 @@ p, dd, .action_box, ul, ol {
 }
 
 #footer {
-    font-size: smaller;
+    font-size: 12px;
     line-height: 1.5em;
 }



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