[gnomeweb-wp] changed border-radius from subtle-box and about-box to make it equal



commit e55ac861b30b7c66df77e34ff273319c98ee82d6
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Tue Apr 5 20:29:14 2011 -0300

    changed border-radius from subtle-box and about-box to make it equal
    
    also removed some old content

 wp-content/themes/gnome-grass/css/home.css  |    9 ++++--
 wp-content/themes/gnome-grass/page-home.php |   43 +--------------------------
 wp-content/themes/gnome-grass/style.css     |    6 ++--
 3 files changed, 10 insertions(+), 48 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/css/home.css b/wp-content/themes/gnome-grass/css/home.css
index 8f8153c..d9bbc3f 100644
--- a/wp-content/themes/gnome-grass/css/home.css
+++ b/wp-content/themes/gnome-grass/css/home.css
@@ -35,9 +35,12 @@
     margin-bottom: 20px;
     background: #eeeeec;
     border: 1px solid #babdb6;
-    -moz-border-radius: 10px;
-    -webkit-border-radius: 10px;
-    border-radius: 10px;
+    -moz-border-radius: 8px;
+    -webkit-border-radius: 8px;
+    border-radius: 8px;
+    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
 }
 .about_box h4 {
     margin-top: 0;
diff --git a/wp-content/themes/gnome-grass/page-home.php b/wp-content/themes/gnome-grass/page-home.php
index 8b02469..ba02bc9 100644
--- a/wp-content/themes/gnome-grass/page-home.php
+++ b/wp-content/themes/gnome-grass/page-home.php
@@ -115,48 +115,7 @@ require_once("header.php"); ?>
                     </div>
                 </div>
             
-            </div>
-            <!--
-            <div class="news_list grid_9">
-            
-                <?php
-                $i = 0;
-                while ( have_posts() ) : the_post();
-                ?>
-                    <div class="news">
-                        <?php if ($i == 0): ?>
-                        <div class="grid_9 alpha omega" style="background: #ececec; margin-bottom: 10px; height: 180px;">
-                            &nbsp;
-                        </div>
-                        <?php endif; ?>
-                        <div class="date grid_3 alpha">
-                            <?php the_date(); ?>
-                        </div>
-                        
-                        <div class="grid_6 omega">
-                            <a href="<?php the_permalink(); ?>">
-                                <strong><?php the_title(); ?></strong><br />
-                                <?php echo strip_tags(get_the_excerpt()); ?>
-                            </a>
-                        </div>
-                        <div class="clear"></div>
-                    </div>
-                <?php
-                $i++;
-                endwhile;
-                ?>
-            </div>
-            
-            <div class="grid_3 omega">
-                <div class="subtle_box">
-                    <p>For more GNOME news, check out the <a href="#">Planet GNOME</a>.</p>
-                    <p><strong>Planet GNOME</strong> groups blogs of GNOME hackers and contribuitors.</p>
-                </div>
-            </div>
-            
-            <div class="clear"></div>
-            -->
-            
+            </div>            
         <?php require_once("footer_art.php"); ?>
         </div>
     </div>
diff --git a/wp-content/themes/gnome-grass/style.css b/wp-content/themes/gnome-grass/style.css
index 786ef0f..03bb374 100644
--- a/wp-content/themes/gnome-grass/style.css
+++ b/wp-content/themes/gnome-grass/style.css
@@ -398,9 +398,9 @@ a:visited {
     background: #fff;
     border: 1px solid #d3d7cf;
     border-color: rgba(0,0,0,0.15);
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
-    border-radius: 5px;
+    -moz-border-radius: 8px;
+    -webkit-border-radius: 8px;
+    border-radius: 8px;
     -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
     -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
     box-shadow: 0 1px 3px rgba(0,0,0,0.1);



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