[gnomeweb-wp] remove border radius for the splash image
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wp] remove border radius for the splash image
- Date: Wed, 6 Apr 2011 13:25:55 +0000 (UTC)
commit d380f3983da14475e644250c5834a4e2257b11a6
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Apr 6 15:24:35 2011 +0200
remove border radius for the splash image
- now that we are shadowless (created a ghost).
- move up a bit due to the negative space on top
wp-content/themes/gnome-grass/css/home.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/css/home.css b/wp-content/themes/gnome-grass/css/home.css
index 3e5033c..8759e88 100644
--- a/wp-content/themes/gnome-grass/css/home.css
+++ b/wp-content/themes/gnome-grass/css/home.css
@@ -4,7 +4,7 @@
#home_banner {
/* background: url(../images/home/banner-shadow.png) bottom center no-repeat; */
- margin: 20px auto -20px;
+ margin: 0 auto -20px;
padding-bottom: 59px;
}
#home_banner a {
@@ -18,12 +18,12 @@
height: 320px;
display: block;
margin: 0 auto;
- -moz-border-radius: 5px;
+ /* -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 0 -1px rgba(100%, 100%, 100%, 0.6);
-webkit-box-shadow: inset 0 -1px rgba(100%, 100%, 100%, 0.6);
- box-shadow: inset 0 -1px rgba(100%, 100%, 100%, 0.6);
+ box-shadow: inset 0 -1px rgba(100%, 100%, 100%, 0.6); */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]