[geeklog-cvs] geeklog: newpro: Smaller radius on block corners looks better

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Apr 28 14:41:12 EDT 2012


changeset 8640:c6b186a5af60
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/c6b186a5af60
user: Rouslan Placella <rouslan at placella.com>
date: Sat Apr 28 19:40:59 2012 +0100
description:
newpro: Smaller radius on block corners looks better

diffstat:

 public_html/layout/newpro/css/block.css |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (55 lines):

diff -r 3a16a737959e -r c6b186a5af60 public_html/layout/newpro/css/block.css
--- a/public_html/layout/newpro/css/block.css	Sat Apr 28 19:36:27 2012 +0100
+++ b/public_html/layout/newpro/css/block.css	Sat Apr 28 19:40:59 2012 +0100
@@ -46,9 +46,9 @@
 
   border: 1px solid #939490;
 
-  -webkit-border-radius: 10px;
-  -moz-border-radius: 10px;
-  border-radius: 10px;
+  -webkit-border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
 
   -webkit-box-shadow: 0px 0px 4px 1px #aaa;
   -moz-box-shadow: 0px 0px 4px 1px #aaa;
@@ -117,9 +117,9 @@
   border-top: 1px solid #aaa;
   background: #fff url("./images/css/block_bg.png") repeat-x scroll 0 0;
 
-  -webkit-border-radius: 10px;
-  -moz-border-radius: 10px;
-  border-radius: 10px;
+  -webkit-border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 /* Welcome Message */
@@ -197,9 +197,9 @@
   padding: 8px;
   background: #fff url("./images/css/block_bg.png") repeat-x scroll 0 0;
 
-  -webkit-border-radius: 10px;
-  -moz-border-radius: 10px;
-  border-radius: 10px;
+  -webkit-border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 /* Block Title */
@@ -241,9 +241,9 @@
   padding: 8px;
   background: #fff url("./images/css/block_bg.png") repeat-x scroll 0 0;
 
-  -webkit-border-radius: 10px;
-  -moz-border-radius: 10px;
-  border-radius: 10px;
+  -webkit-border-radius: 5px;
+  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 /* Block Title */



More information about the geeklog-cvs mailing list