From 62943560812c24e05599ae68ad9ac9834882fb65 Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Thu, 17 Dec 2009 22:03:33 +0000
Subject: [PATCH] Really fix the login

---
 unl_theme/scripts/JS/actionNotice.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unl_theme/scripts/JS/actionNotice.js b/unl_theme/scripts/JS/actionNotice.js
index 395e4db8..2dbeada9 100644
--- a/unl_theme/scripts/JS/actionNotice.js
+++ b/unl_theme/scripts/JS/actionNotice.js
@@ -1,3 +1,3 @@
 $(document).ready(function(){
-   $("a#loginLink").colorbox({width:"696px", inline:true, href:"#login", height:"300px"});
+   $("a#loginLink").colorbox({width:"760px", inline:true, href:"#login", height:"300px"});
 });
\ No newline at end of file
-- 
GitLab