From f1577ed1afb1aa65041ba5b6cdd812e2c6085d91 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 12 Dec 2008 17:38:01 -0500 Subject: Replaced JS bubbles Now, instead of creating bubbles using JavaScript, they are created using the CSS3 style "border-radius" commands. --- theme/js/round_bubbles.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 theme/js/round_bubbles.js (limited to 'theme/js/round_bubbles.js') diff --git a/theme/js/round_bubbles.js b/theme/js/round_bubbles.js deleted file mode 100755 index 8423b99..0000000 --- a/theme/js/round_bubbles.js +++ /dev/null @@ -1,13 +0,0 @@ -window.onload = function() { - settings = { - tl: { radius: 10 }, - tr: { radius: 10 }, - bl: { radius: 10 }, - br: { radius: 10 }, - antiAlias: true, - autoPad: true - } - var myBoxObject = new curvyCorners(settings, "rounded"); - myBoxObject.applyCornersToAll(); - } - -- cgit 1.4.1