Index: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php |
— | — | @@ -217,12 +217,12 @@ |
218 | 218 | ->userToolLinks( $user->getId(), $username ); |
219 | 219 | |
220 | 220 | return <<<HTML |
221 | | - <h3 class="fbd-item-userName"> |
| 221 | + <div class="fbd-item-userName"> |
222 | 222 | <a href="#">$username</a> |
223 | 223 | <sup class="fbd-item-userLinks"> |
224 | 224 | $links |
225 | 225 | </sup> |
226 | | - </h3> |
| 226 | + </div> |
227 | 227 | HTML; |
228 | 228 | } |
229 | 229 | |
Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css |
— | — | @@ -216,7 +216,6 @@ |
217 | 217 | .fbd-item-time { |
218 | 218 | font-size: 1.2em; |
219 | 219 | float: right; |
220 | | - font-weight: bold; |
221 | 220 | } |
222 | 221 | |
223 | 222 | .fbd-item-message { |