Alexandre Julliard : transl: Add a colored background to the main table.

Alexandre Julliard julliard at winehq.org
Fri Jul 10 08:16:17 CDT 2009


Module: tools
Branch: master
Commit: 98c2b1fc8e86edbe427c3d59c54ad7dfac0ee1b0
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=98c2b1fc8e86edbe427c3d59c54ad7dfac0ee1b0

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jul 10 13:25:19 2009 +0200

transl: Add a colored background to the main table.

---

 transl/php/style.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/transl/php/style.css b/transl/php/style.css
index ee17ee3..e600cc7 100644
--- a/transl/php/style.css
+++ b/transl/php/style.css
@@ -59,6 +59,14 @@ th {
         border-bottom-color: #601919;
 }
 
+table.index th {
+        background-color: #f0d2d2;
+}
+
+table.index td {
+        background-color: #fff4f4;
+}
+
 /* used to mark resource parts that are not literaly in the string, like \0, \n etc*/
 .resmeta
 {




More information about the wine-cvs mailing list