diff options
Diffstat (limited to 'views/default/css/elements/reset.php')
-rw-r--r-- | views/default/css/elements/reset.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/default/css/elements/reset.php b/views/default/css/elements/reset.php index f8d7b16bc..05682dac1 100644 --- a/views/default/css/elements/reset.php +++ b/views/default/css/elements/reset.php @@ -6,6 +6,8 @@ * @subpackage UI */ ?> + +<?php //@todo * { ... }? ?> /* *************************************** RESET CSS *************************************** */ @@ -47,7 +49,7 @@ ins { del { text-decoration:line-through; } -strong { +strong, b { font-weight:bold; } table { |