From 24503e3abe705acde2df159aeae61be0d009f92e Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 19 Nov 2008 17:27:03 -0500 Subject: Imported sources --- theme/js/round_bubbles.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 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 new file mode 100644 index 0000000..8423b99 --- /dev/null +++ b/theme/js/round_bubbles.js @@ -0,0 +1,13 @@ +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