Don't really need the header container. Adjusted some CSS instead

This commit is contained in:
Sarven Capadisli 2009-09-27 11:49:18 +00:00
parent 7d843b1122
commit a51339a219
2 changed files with 7 additions and 6 deletions

View File

@ -216,8 +216,6 @@ class RealtimePlugin extends Plugin
'class' => 'user_in')
: array('id' => $action->trimmed('action')));
$action->elementStart('div', array('id' => 'header'));
// XXX hack to deal with JS that tries to get the
// root url from page output
@ -230,7 +228,6 @@ class RealtimePlugin extends Plugin
if (common_logged_in()) {
$action->showNoticeForm();
}
$action->elementEnd('div');
$action->showContentBlock();
$action->elementEnd('body');

View File

@ -142,6 +142,10 @@ RealtimeUpdate = {
window.resizeTo(575, 640);
$('address').hide();
$('#content').css({'width':'92%'});
$('#form_notice').css({
'margin':'18px 0 29px 1.795%'
});
}
}