]> git.mjollnir.org Git - moodle.git/commitdiff
Cleaned up some formatting and updated the favicon to match the pages
authormartin <martin>
Mon, 3 Dec 2001 08:26:16 +0000 (08:26 +0000)
committermartin <martin>
Mon, 3 Dec 2001 08:26:16 +0000 (08:26 +0000)
theme/standard/favicon.ico
theme/standard/header.html
theme/standard/styles.css

index d3fd2f786f311ffedf1f2d902304006a3a9498f3..517c8407f9e4d11ce85210b2476b9aa6ec1a0e48 100644 (file)
Binary files a/theme/standard/favicon.ico and b/theme/standard/favicon.ico differ
index 7a63a05e9b44f76ba8ae0f6aca2a96d20d2c2690..8ff65791e350f9dec672d1af57081be3cf3de07e 100644 (file)
@@ -1,11 +1,11 @@
 <HTML>
 <HEAD>
-    <TITLE><?=$title ?></TITLE>
-    <META NAME="keywords" CONTENT="Moodle, <?=$title ?> ">
-    <?=$meta ?>
-    <LINK REL="stylesheet" HREF="<?=$styles ?>">
-    <LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/standard/favicon.ico">
-    <? include("$CFG->javascript"); ?>
+<TITLE><?=$title ?></TITLE>
+<META NAME="keywords" CONTENT="Moodle, <?=$title ?> ">
+<?=$meta ?>
+<LINK REL="stylesheet" HREF="<?=$styles ?>">
+<LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/standard/favicon.ico">
+<? include("$CFG->javascript"); ?>
 </HEAD>
 
 <BODY <? if ($focus) { echo "onLoad=setfocus()"; } ?> bgcolor="<?=$THEME->body ?>" link="#000066" vlink="#222288">
index c04315005b99c978955414a62dd12bc4441b31e1..6b185b4531e3e49ec648495d0ec6bafb402d17a1 100644 (file)
@@ -1,13 +1,13 @@
-A:link    {  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: blue}
-A:visited {  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: blue}
-A:hover   {  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: red}
+A:link    {  font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; text-decoration: none; color: blue}
+A:visited {  font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; text-decoration: none; color: blue}
+A:hover   {  font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; text-decoration: underline; color: red}
 
-BODY {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
-P    {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
-H1   {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
-H2   {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
-H3   {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
-H4   {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
-TH   {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #FFD991;}
-TD   {font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif}
+BODY {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
+P    {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
+H1   {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
+H2   {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
+H3   {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
+H4   {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}
+TH   {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"; font-weight: bold; background-color: #FFD991;}
+TD   {font-family: "Trebuchet MS, Verdana, Arial, Helvetica, sans-serif"}