Browse Source

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

Yannick Warnier 17 years ago
parent
commit
73aded6456
1 changed files with 3 additions and 3 deletions
  1. 3 3
      main/course_home/activity.php

+ 3 - 3
main/course_home/activity.php

@@ -390,19 +390,19 @@ if(api_is_allowed_to_edit())
 {
 	?>
 	<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%">
 			<?php show_tools_category(TOOL_AUTHORING);?>
 		</table>
 	</div>
 	<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%">
 			<?php show_tools_category(TOOL_INTERACTION) ?>
 		</table>
 	</div>
 	<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%">
 			<?php show_tools_category(TOOL_ADMIN_PLATEFORM) ?>
 		</table>