From: moodler Date: Sat, 26 Apr 2003 12:12:30 +0000 (+0000) Subject: Argh! Excess quotes in CSS X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78e01460551387ce5333ae05d7297f3bb473efe4;p=moodle.git Argh! Excess quotes in CSS --- diff --git a/theme/brightretro/styles.php b/theme/brightretro/styles.php index f52042f6e2..c40d8cd3a2 100644 --- a/theme/brightretro/styles.php +++ b/theme/brightretro/styles.php @@ -227,5 +227,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index f6a9745255..e8431407ef 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -297,5 +297,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/garden/styles.php b/theme/garden/styles.php index 4b8e0d956c..90cccd3d29 100755 --- a/theme/garden/styles.php +++ b/theme/garden/styles.php @@ -250,5 +250,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php index 78b8a6487a..b6b5b621d8 100644 --- a/theme/oceanblue/styles.php +++ b/theme/oceanblue/styles.php @@ -352,5 +352,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/poweraid/styles.php b/theme/poweraid/styles.php index 0f1c3c56ea..de9677f308 100644 --- a/theme/poweraid/styles.php +++ b/theme/poweraid/styles.php @@ -207,5 +207,5 @@ select { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/standard/styles.php b/theme/standard/styles.php index f52042f6e2..c40d8cd3a2 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -227,5 +227,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index f52042f6e2..c40d8cd3a2 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -227,5 +227,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index f52042f6e2..c40d8cd3a2 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -227,5 +227,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index f52042f6e2..c40d8cd3a2 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -227,5 +227,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index f52042f6e2..c40d8cd3a2 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -227,5 +227,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; } diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php index f52042f6e2..c40d8cd3a2 100644 --- a/theme/standardwhite/styles.php +++ b/theme/standardwhite/styles.php @@ -227,5 +227,5 @@ a.dimmed:hover { } .teacheronly { - color: "#990000"; + color: #990000; }