phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/idots/css idots.css


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/templates/idots/css idots.css
Date: Sat, 09 Dec 2006 03:48:50 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/12/09 03:48:50

Modified files:
        templates/idots/css: idots.css 

Log message:
        fix invalid overflow value, remove reserved word declaration, remove 
windows line terminators, remove th_text which isn't needed text in a th is 
bold by default

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/idots/css/idots.css?cvsroot=phpgwapi&r1=1.15&r2=1.16

Patches:
Index: idots.css
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/templates/idots/css/idots.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- idots.css   8 Dec 2006 11:38:26 -0000       1.15
+++ idots.css   9 Dec 2006 03:48:50 -0000       1.16
@@ -3,7 +3,7 @@
    Originally written by Pim Snel
    Currently Maintained by Dave Hall
 
-   $Id: idots.css,v 1.15 2006/12/08 11:38:26 sigurdne Exp $
+   $Id: idots.css,v 1.16 2006/12/09 03:48:50 skwashd Exp $
 */
 
 #articlecontent 
@@ -342,7 +342,7 @@
        color: #000;
        display: block;
        height: 32px;
-       overflow: none;
+       overflow: hidden;
        padding-top: 7px;
        text-decoration: none;
        white-space: nowrap; 
@@ -397,7 +397,7 @@
        color: #000;
 }
 
-.th_text,.app_header,.th
+.app_header
 {
        font-weight: bold;
 }




reply via email to

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