no more antialiasing, it is slow
parent
16230003a0
commit
35e7270977
|
@ -40,7 +40,7 @@ addLoadEvent(function(){
|
|||
tr: false,
|
||||
bl: { radius: 10 },
|
||||
br: { radius: 10 },
|
||||
antiAlias: true,
|
||||
antiAlias: false,
|
||||
autoPad: false
|
||||
}, $('headercontainer')).applyCornersToAll();
|
||||
|
||||
|
@ -68,7 +68,7 @@ addLoadEvent(function(){
|
|||
tr: { radius: 10 },
|
||||
bl: { radius: 10 },
|
||||
br: { radius: 10 },
|
||||
antiAlias: true,
|
||||
antiAlias: false,
|
||||
autoPad: true
|
||||
}, $('footer')).applyCornersToAll();
|
||||
});
|
||||
|
|
Reference in New Issue