| 1 |
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?> |
| 2 |
|
| 3 |
<?php global $is_IE;if ($is_IE) : ?> |
| 4 |
<style type="text/css" media="screen"> |
| 5 |
.item, .date, .count, .tools, .type { margin-bottom: -2px; } |
| 6 |
.item { margin-top: -4px;} |
| 7 |
.pager input {padding: 1px;} |
| 8 |
</style> |
| 9 |
<?php endif; ?> |