From 266d6b75d228329427fa2565f50090d0665a6461 Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Mon, 8 Sep 2003 14:46:00 +0000
Subject: [PATCH] Slight fix for category names (too big on IE)

---
 theme/brightretro/styles.php   | 2 +-
 theme/cordoroyblue/styles.php  | 2 +-
 theme/garden/styles.php        | 2 +-
 theme/oceanblue/styles.php     | 2 +-
 theme/poweraid/styles.php      | 2 +-
 theme/standard/styles.php      | 2 +-
 theme/standardblue/styles.php  | 2 +-
 theme/standardgreen/styles.php | 2 +-
 theme/standardlogo/styles.php  | 2 +-
 theme/standardred/styles.php   | 2 +-
 theme/standardwhite/styles.php | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/theme/brightretro/styles.php b/theme/brightretro/styles.php
index ac5393afd5..bd87d367eb 100644
--- a/theme/brightretro/styles.php
+++ b/theme/brightretro/styles.php
@@ -295,7 +295,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php
index 07fcfb5c50..5384f99e27 100644
--- a/theme/cordoroyblue/styles.php
+++ b/theme/cordoroyblue/styles.php
@@ -388,7 +388,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/garden/styles.php b/theme/garden/styles.php
index 486af11605..651c568272 100755
--- a/theme/garden/styles.php
+++ b/theme/garden/styles.php
@@ -309,7 +309,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php
index 2fc4dc273c..0ad0ab37df 100644
--- a/theme/oceanblue/styles.php
+++ b/theme/oceanblue/styles.php
@@ -293,7 +293,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/poweraid/styles.php b/theme/poweraid/styles.php
index b3045ac1a8..bdfd9ae96f 100644
--- a/theme/poweraid/styles.php
+++ b/theme/poweraid/styles.php
@@ -253,7 +253,7 @@ select {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/standard/styles.php b/theme/standard/styles.php
index 4b50cfd3a5..6a5c508ea9 100644
--- a/theme/standard/styles.php
+++ b/theme/standard/styles.php
@@ -294,7 +294,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php
index 4b50cfd3a5..6a5c508ea9 100644
--- a/theme/standardblue/styles.php
+++ b/theme/standardblue/styles.php
@@ -294,7 +294,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php
index 4b50cfd3a5..6a5c508ea9 100644
--- a/theme/standardgreen/styles.php
+++ b/theme/standardgreen/styles.php
@@ -294,7 +294,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php
index 4b50cfd3a5..6a5c508ea9 100644
--- a/theme/standardlogo/styles.php
+++ b/theme/standardlogo/styles.php
@@ -294,7 +294,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php
index 4b50cfd3a5..6a5c508ea9 100644
--- a/theme/standardred/styles.php
+++ b/theme/standardred/styles.php
@@ -294,7 +294,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php
index 4b50cfd3a5..6a5c508ea9 100644
--- a/theme/standardwhite/styles.php
+++ b/theme/standardwhite/styles.php
@@ -294,7 +294,7 @@ a.dimmed:hover {
 }
 
 .categoryname {
-    font-size: large;
+    font-size: larger;
     font-weight: bold;
 }
 
-- 
2.39.5