From: Sarven Capadisli Date: Sun, 27 Sep 2009 12:26:01 +0000 (+0000) Subject: Increated content width X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c66a884ff5cec1e58a7ba40f310badd3f108d9a5;p=quix0rs-gnu-social.git Increated content width --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index ad519158b0..965fea9926 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -141,7 +141,7 @@ RealtimeUpdate = { { window.resizeTo(500, 550); $('address').hide(); - $('#content').css({'width':'92%'}); + $('#content').css({'width':'93.5%'}); $('#form_notice').css({ 'margin':'18px 0 18px 1.795%',