diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-17 12:54:15 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-17 12:54:15 +0000 |
commit | 74f33abf516009ad1ec785fca2208181f27d693d (patch) | |
tree | 0de92491763555f684bbfded715e547ec7f17f66 /plugins | |
parent | b67cc3e67b4ca06fddf2664ecbc1fc2766b0517a (diff) |
Added margin-top for showstream page (space between entity_actions and
notice_primary)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Realtime/realtimeupdate.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index b9518b45d..78d3440a9 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -197,6 +197,7 @@ RealtimeUpdate = { 'font-weight':'bold', 'font-size':'1em' }); + $('#showstream #notices_primary').css({'margin-top':'18px'}); $('#realtime_timeline').click(function() { window.open(url, |