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 | |
parent | fc3442a041a43f2df29deedc0ad96fbd6ba92385 (diff) | |
parent | 228b2001d881db3b087ebfe0944ae421905a0cc6 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
-rw-r--r-- | js/util.js | 2 | ||||
-rw-r--r-- | theme/base/css/display.css | 2 |
2 files changed, 2 insertions, 2 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() { diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e9f4beaae..3426e71c0 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1020,7 +1020,7 @@ font-weight:bold; padding:0; } #jOverlayContent h1 { -max-width:475px; +max-width:425px; } #jOverlayContent #content { border-radius:7px; |