phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4296 - phpcompta/trunk/html


From: phpcompta-dev
Subject: [Phpcompta-dev] r4296 - phpcompta/trunk/html
Date: Wed, 2 Nov 2011 21:21:32 +0100 (CET)

Author: danydb
Date: 2011-11-02 21:21:31 +0100 (Wed, 02 Nov 2011)
New Revision: 4296

Modified:
   phpcompta/trunk/html/style-color.css
   phpcompta/trunk/html/style-light.css
   phpcompta/trunk/html/style.css
Log:
433: ANC default style for remain amount 

Modified: phpcompta/trunk/html/style-color.css
===================================================================
--- phpcompta/trunk/html/style-color.css        2011-11-02 20:20:08 UTC (rev 
4295)
+++ phpcompta/trunk/html/style-color.css        2011-11-02 20:21:31 UTC (rev 
4296)
@@ -944,4 +944,8 @@
        font-style: italic;
        font-weight: bold;
        
-}
\ No newline at end of file
+}
+span.remain {
+       font-weight: bold;
+       color:black;
+       }
\ No newline at end of file

Modified: phpcompta/trunk/html/style-light.css
===================================================================
--- phpcompta/trunk/html/style-light.css        2011-11-02 20:20:08 UTC (rev 
4295)
+++ phpcompta/trunk/html/style-light.css        2011-11-02 20:21:31 UTC (rev 
4296)
@@ -982,4 +982,8 @@
        font-style: italic;
        font-weight: bold;
        
-}
\ No newline at end of file
+}
+span.remain {
+       font-weight: bold;
+       color:black;
+       }
\ No newline at end of file

Modified: phpcompta/trunk/html/style.css
===================================================================
--- phpcompta/trunk/html/style.css      2011-11-02 20:20:08 UTC (rev 4295)
+++ phpcompta/trunk/html/style.css      2011-11-02 20:21:31 UTC (rev 4296)
@@ -974,4 +974,8 @@
        font-style: italic;
        font-weight: bold;
        
-}
\ No newline at end of file
+}
+span.remain {
+       font-weight: bold;
+       color:black;
+       }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]