The #intro item is common to all activity types. It is not a target of JavaScript and in addition is not really different from any generalbox element in most cases. It could very easily just be another notification box.
Currently:
<div id="intro" class="box generalbox"></div>
|
Recommended:
<div class="intro generalbox"></div>
|