From 806db63fc93399cc1cc42240e59a793cdea6e132 Mon Sep 17 00:00:00 2001 From: Moshe Date: Mon, 28 Feb 2011 11:22:20 -0500 Subject: [PATCH] adjusted border --- clean.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/clean.css b/clean.css index 5acf08e..8f08266 100644 --- a/clean.css +++ b/clean.css @@ -584,10 +584,11 @@ a.comment-user.owner { } .vcard .user-details{ - -moz-border-radius 5px; - -webkit-border-radius 5px; - border-radius 5px; - border: 1px solid #bbb; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + padding: 5px; + border: 1px solid #cacaca; } #revisions {