changeset 906:c1899a7d02c2 beta

rounded tooltip box it looks nicer :)
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 02 Jan 2011 02:08:51 +0100
parents 1294f2baf2bc
children 2f83756f3041
files rhodecode/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sat Jan 01 22:43:37 2011 +0100
+++ b/rhodecode/public/css/style.css	Sun Jan 02 02:08:51 2011 +0100
@@ -1740,6 +1740,10 @@
 opacity:1px;
 padding:8px;
 white-space: pre;
+-webkit-border-radius: 8px 8px 8px 8px;
+-khtml-border-radius: 8px 8px 8px 8px; 
+-moz-border-radius: 8px 8px 8px 8px;
+border-radius: 8px 8px 8px 8px;
 }
 
 .ac {