[gnomeweb-wp] use 940x320 banner size
- From: Vinicius Scopel Depizzol <vdepizzol src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wp] use 940x320 banner size
- Date: Tue, 5 Apr 2011 00:13:24 +0000 (UTC)
commit 973fcdc15191d8fc81c21534817535ee116d659a
Author: Vinicius Depizzol <vdepizzol gmail com>
Date: Mon Apr 4 21:13:04 2011 -0300
use 940x320 banner size
wp-content/themes/gnome-grass/css/home.css | 2 +-
wp-content/themes/gnome-grass/functions.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/css/home.css b/wp-content/themes/gnome-grass/css/home.css
index 09ae060..642c29c 100644
--- a/wp-content/themes/gnome-grass/css/home.css
+++ b/wp-content/themes/gnome-grass/css/home.css
@@ -10,7 +10,7 @@
#home_banner img {
background: #254b87;
width: 940px;
- height: 380px;
+ height: 320px;
display: block;
margin: 0 auto;
-moz-border-radius: 5px;
diff --git a/wp-content/themes/gnome-grass/functions.php b/wp-content/themes/gnome-grass/functions.php
index de0441e..e882123 100644
--- a/wp-content/themes/gnome-grass/functions.php
+++ b/wp-content/themes/gnome-grass/functions.php
@@ -10,7 +10,7 @@ add_theme_support('menus');
add_theme_support( 'post-thumbnails');
-set_post_thumbnail_size(940, 350); // banners for home page
+set_post_thumbnail_size(940, 320); // banners for home page
add_image_size( 'icon-big', 256, 256, true);
add_image_size( 'icon-small', 96, 96, true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]