Changeset - e354efa1f386
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-06-02 15:25:28
marcin@python-works.com
Tooltip wrapp fix
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -1962,11 +1962,12 @@ font:100% sans-serif;
 
width:auto;
 
opacity:1px;
 
padding:8px;
 
white-space: pre;
 
white-space: pre-wrap;
 
-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 {
0 comments (0 inline, 0 general)