[Xfce4-commits] <www:nick/gettext> Add padding and border radius to #intro.

Jérôme Guelfucci noreply at xfce.org
Sun Jan 16 18:02:01 CET 2011


Updating branch refs/heads/nick/gettext
         to 9475db6fac7466f6563ed88841b0037f3fe53707 (commit)
       from 9e63590e2d55012c092dacec5d99bf41236c05f4 (commit)

commit 9475db6fac7466f6563ed88841b0037f3fe53707
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Jan 16 17:59:02 2011 +0100

    Add padding and border radius to #intro.

 style/home.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/style/home.css b/style/home.css
index 552869b..4be05a4 100644
--- a/style/home.css
+++ b/style/home.css
@@ -7,6 +7,10 @@
 	background: #eee;
 	border: 1px solid #ccc;
 	margin: 2em auto;
+	padding: 10px;
+	-webkit-border-radius: 20px;
+	moz-border-radius: 20px;
+	border-radius: 20px;
 	width: 850px;
 }
 



More information about the Xfce4-commits mailing list