diff rhodecode/lib/helpers.py @ 2118:2f2695771579 beta

ui
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 09 Mar 2012 22:12:00 +0200
parents 122f15a8f6ec
children 097327aaf2ad
line wrap: on
line diff
--- a/rhodecode/lib/helpers.py	Fri Mar 09 20:28:00 2012 +0200
+++ b/rhodecode/lib/helpers.py	Fri Mar 09 22:12:00 2012 +0200
@@ -760,10 +760,10 @@
     d_v = d if d > 0 else ''
 
     def cgen(l_type):
-        mapping = {'tr': 'top-right-rounded-corner',
-                   'tl': 'top-left-rounded-corner',
-                   'br': 'bottom-right-rounded-corner',
-                   'bl': 'bottom-left-rounded-corner'}
+        mapping = {'tr': 'top-right-rounded-corner-mid',
+                   'tl': 'top-left-rounded-corner-mid',
+                   'br': 'bottom-right-rounded-corner-mid',
+                   'bl': 'bottom-left-rounded-corner-mid'}
         map_getter = lambda x: mapping[x]
 
         if l_type == 'a' and d_v: