Kaynağa Gözat

Modified the CSS files containing .male/.female classes to show sex color also for <a href>s (SF tracker #1088382 by Jeroen - tux2020).

Christoph Berg 21 yıl önce
ebeveyn
işleme
efac53c2f7
4 değiştirilmiş dosya ile 11 ekleme ve 9 silme
  1. 2 0
      docs/Changelog
  2. 3 3
      layout/default.css
  3. 3 3
      layout/justgrey.css
  4. 3 3
      layout/orange_grey.css

+ 2 - 0
docs/Changelog

@@ -2,6 +2,8 @@ pisg (0.64) - ??
    Christoph:
    * Updated translations:
      + Finnish (thanks, Sami Karuaho).
+   * Modified the CSS files containing .male/.female classes to show sex color
+     also for <a href>s (SF tracker #1088382 by Jeroen - tux2020).
 
 pisg (0.63) - Wed Jan, 12th 2005
    Morten:

+ 3 - 3
layout/default.css

@@ -44,15 +44,15 @@ td {
     text-align: left;
 }
 
-.male {
+.male, .male a {
     color: #0000DD;
 }
 
-.female {
+.female, .female a {
     color: #DD3366;
 }
 
-.bot {
+.bot, .bot a {
     color: #00FFFF;
 }
 

+ 3 - 3
layout/justgrey.css

@@ -133,15 +133,15 @@ TD
     TEXT-ALIGN: center
 }
 
-.male {
+.male, .male a {
     color: #0000c7;
 }
 
-.female {
+.female, .female a {
     color: #93006a;
 }
 
-.bot {
+.bot, .bot a {
     color: black;
 }
 

+ 3 - 3
layout/orange_grey.css

@@ -52,15 +52,15 @@ td {
     text-align: left;
 }
 
-.male {
+.male, .male a {
     color: #0000DD;
 }
 
-.female {
+.female, .female a {
     color: #DD3366;
 }
 
-.bot {
+.bot, .bot a {
     color: #00FFFF;
 }