From 35e7270977f466227ade4513dde7f692a69df799 Mon Sep 17 00:00:00 2001 From: Coleman Date: Mon, 1 Sep 2008 14:29:52 -0500 Subject: [PATCH] no more antialiasing, it is slow --- app/views/layout/application.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layout/application.html.erb b/app/views/layout/application.html.erb index e95e3da..e95172c 100644 --- a/app/views/layout/application.html.erb +++ b/app/views/layout/application.html.erb @@ -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(); });