index_012.php 251 B

12345678
  1. // <source lang="javascript">
  2. // Force short review box to be on its own line.
  3. $(document).ready( function() {
  4. $j('.flaggedrevs_short').wrap('<div style="display:block; clear:both; height:20px; line-height:18px; margin:5px;" />');
  5. });
  6. // </source>