diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 13:26:29 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 13:26:29 -0400 |
commit | e9edf27661b9b30cb3974a239750ab7bc35ff7df (patch) | |
tree | 094426fdfce1150620d70215cf8e1805e81f4d9b /js | |
parent | fc3442a041a43f2df29deedc0ad96fbd6ba92385 (diff) | |
parent | 228b2001d881db3b087ebfe0944ae421905a0cc6 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'js')
-rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js index 7a7a5e30b..bbcbc0bbb 100644 --- a/js/util.js +++ b/js/util.js @@ -283,7 +283,7 @@ function NoticeAttachments() { }, timeout : 0, autoHide : true, - css : {'max-width':'502px', 'top':'22.5%', 'left':'32.5%'} + css : {'max-width':'542px', 'top':'22.5%', 'left':'32.5%'} }; $('#content .notice a.attachment').click(function() { |