[svn r12659] Removed <font> style tags that prevent proper application of CSS

skala
Yannick Warnier 19 years ago
parent 11d6bc3d7a
commit 73aded6456
  1. 6
      main/course_home/activity.php

@ -390,19 +390,19 @@ if(api_is_allowed_to_edit())
{ {
?> ?>
<div class="courseadminview"> <div class="courseadminview">
<span class="viewcaption"><font size="3" style="color:#FF9900;"><?php echo get_lang("Authoring") ?></font></span> <span class="viewcaption"><?php echo get_lang("Authoring") ?></span>
<table width="100%"> <table width="100%">
<?php show_tools_category(TOOL_AUTHORING);?> <?php show_tools_category(TOOL_AUTHORING);?>
</table> </table>
</div> </div>
<div class="courseadminview"> <div class="courseadminview">
<span class="viewcaption"><font size="3" style="color:#FF9900;"><?php echo get_lang("Interaction") ?></font></span> <span class="viewcaption"><?php echo get_lang("Interaction") ?></span>
<table width="100%"> <table width="100%">
<?php show_tools_category(TOOL_INTERACTION) ?> <?php show_tools_category(TOOL_INTERACTION) ?>
</table> </table>
</div> </div>
<div class="courseadminview"> <div class="courseadminview">
<span class="viewcaption"><font size="3" style="color:#FF9900;"><?php echo get_lang("Administration") ?></font></span> <span class="viewcaption"><?php echo get_lang("Administration") ?></span>
<table width="100%"> <table width="100%">
<?php show_tools_category(TOOL_ADMIN_PLATEFORM) ?> <?php show_tools_category(TOOL_ADMIN_PLATEFORM) ?>
</table> </table>

Loading…
Cancel
Save