projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f39c19
)
Moving style information from XHTML code to stylesheets
author
moodler
<moodler>
Thu, 30 Sep 2004 06:52:49 +0000
(06:52 +0000)
committer
moodler
<moodler>
Thu, 30 Sep 2004 06:52:49 +0000
(06:52 +0000)
16 files changed:
theme/brightretro/styles.php
patch
|
blob
|
history
theme/cordoroyblue/styles.php
patch
|
blob
|
history
theme/cornflower/styles.php
patch
|
blob
|
history
theme/formal_white/styles.php
patch
|
blob
|
history
theme/garden/styles.php
patch
|
blob
|
history
theme/metal/styles.php
patch
|
blob
|
history
theme/oceanblue/styles.php
patch
|
blob
|
history
theme/poweraid/styles.php
patch
|
blob
|
history
theme/standard/header.html
patch
|
blob
|
history
theme/standard/styles.php
patch
|
blob
|
history
theme/standardblue/styles.php
patch
|
blob
|
history
theme/standardgreen/styles.php
patch
|
blob
|
history
theme/standardlogo/styles.php
patch
|
blob
|
history
theme/standardred/styles.php
patch
|
blob
|
history
theme/standardwhite/styles.php
patch
|
blob
|
history
theme/standardxhtml/styles.php
patch
|
blob
|
history
diff --git
a/theme/brightretro/styles.php
b/theme/brightretro/styles.php
index 0d88adb3a609a5fbb66bfa765b21901773cf4b9f..ab56b328f4f2e24d9e0c362126498e3db10bead0 100644
(file)
--- a/
theme/brightretro/styles.php
+++ b/
theme/brightretro/styles.php
@@
-381,6
+381,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/cordoroyblue/styles.php
b/theme/cordoroyblue/styles.php
index c830bcd94dce1f5d15cdc8f2535fec38693f80d2..7e7d57481f3261c811b0968f98a50ce5c39bda7f 100644
(file)
--- a/
theme/cordoroyblue/styles.php
+++ b/
theme/cordoroyblue/styles.php
@@
-408,6
+408,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/cornflower/styles.php
b/theme/cornflower/styles.php
index 22351f886847a52d3aedd06d42a3c2f6d7cabaac..ef6e77c5568383fcd3254e518b450bd1b80ced5d 100644
(file)
--- a/
theme/cornflower/styles.php
+++ b/
theme/cornflower/styles.php
@@
-374,6
+374,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/formal_white/styles.php
b/theme/formal_white/styles.php
index 754788be5c66a54b9ac2b2bd87d5717e9725142c..5a9e3845d7509f6e4f8d6d6cbce8690b4e59155a 100644
(file)
--- a/
theme/formal_white/styles.php
+++ b/
theme/formal_white/styles.php
@@
-451,6
+451,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/garden/styles.php
b/theme/garden/styles.php
index 0fed480e920d07cd73c174c05d61d5e086f5a47d..c167b8c747b531d6e62efad978b49acbaee26169 100755
(executable)
--- a/
theme/garden/styles.php
+++ b/
theme/garden/styles.php
@@
-333,6
+333,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/metal/styles.php
b/theme/metal/styles.php
index 7cd5a0dd5e27b11a579860e89b5647c245470b92..f5843c0c6f242fb61538084724649ffc48f06ab2 100644
(file)
--- a/
theme/metal/styles.php
+++ b/
theme/metal/styles.php
@@
-400,6
+400,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/oceanblue/styles.php
b/theme/oceanblue/styles.php
index 97c011745b528bb3002b48f1bc3c0119ab456d8f..bb72ee5d9ef45c663d97183cf6309bc72808ce01 100644
(file)
--- a/
theme/oceanblue/styles.php
+++ b/
theme/oceanblue/styles.php
@@
-372,6
+372,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/poweraid/styles.php
b/theme/poweraid/styles.php
index c9c9726e4329f6d799ea80cd3eedcff9e3267005..9742957312649034cfe0cc1eb018005a462668bb 100644
(file)
--- a/
theme/poweraid/styles.php
+++ b/
theme/poweraid/styles.php
@@
-275,6
+275,7
@@
select {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/standard/header.html
b/theme/standard/header.html
index 1fa812e0613910d949b08f8652e3bdc611c4f54f..d01710c6b90a64b1206bcde36519834cf2895390 100644
(file)
--- a/
theme/standard/header.html
+++ b/
theme/standard/header.html
@@
-1,3
+1,4
@@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html<?php echo $direction ?>>
<head>
<?php echo $meta ?>
diff --git
a/theme/standard/styles.php
b/theme/standard/styles.php
index c9de45d65e40b06519009f6599ea31613b3a906d..af0657d2cb9428fac48b57d2c633701de0f08a38 100644
(file)
--- a/
theme/standard/styles.php
+++ b/
theme/standard/styles.php
@@
-381,6
+381,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/standardblue/styles.php
b/theme/standardblue/styles.php
index 0d88adb3a609a5fbb66bfa765b21901773cf4b9f..ab56b328f4f2e24d9e0c362126498e3db10bead0 100644
(file)
--- a/
theme/standardblue/styles.php
+++ b/
theme/standardblue/styles.php
@@
-381,6
+381,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/standardgreen/styles.php
b/theme/standardgreen/styles.php
index 0d88adb3a609a5fbb66bfa765b21901773cf4b9f..ab56b328f4f2e24d9e0c362126498e3db10bead0 100644
(file)
--- a/
theme/standardgreen/styles.php
+++ b/
theme/standardgreen/styles.php
@@
-381,6
+381,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/standardlogo/styles.php
b/theme/standardlogo/styles.php
index 4747ac4156847eae79892ae9963f8cafa694e5e2..f87db18970543085f36e4398c4a325cd75434ee0 100644
(file)
--- a/
theme/standardlogo/styles.php
+++ b/
theme/standardlogo/styles.php
@@
-381,6
+381,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/standardred/styles.php
b/theme/standardred/styles.php
index 0d88adb3a609a5fbb66bfa765b21901773cf4b9f..ab56b328f4f2e24d9e0c362126498e3db10bead0 100644
(file)
--- a/
theme/standardred/styles.php
+++ b/
theme/standardred/styles.php
@@
-381,6
+381,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/standardwhite/styles.php
b/theme/standardwhite/styles.php
index 0d88adb3a609a5fbb66bfa765b21901773cf4b9f..ab56b328f4f2e24d9e0c362126498e3db10bead0 100644
(file)
--- a/
theme/standardwhite/styles.php
+++ b/
theme/standardwhite/styles.php
@@
-381,6
+381,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {
diff --git
a/theme/standardxhtml/styles.php
b/theme/standardxhtml/styles.php
index c9de45d65e40b06519009f6599ea31613b3a906d..93451b1530e0df8ed3f8d69571b70dead5c91255 100644
(file)
--- a/
theme/standardxhtml/styles.php
+++ b/
theme/standardxhtml/styles.php
@@
-59,8
+59,6
@@
form {
-
-
.highlight {
background-color: <?PHP echo $THEME->highlight?>;
}
@@
-381,6
+379,7
@@
a.dimmed:hover {
}
.courseboxsummary {
+ font-size: small;
}
a.autolink:link {