OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-meta Date: 26-Nov-2005 18:57:04
Branch: HEAD Handle: 2005112617570400
Modified files:
openpkg-meta canvas-style.php
Log:
fix double definition of text-decoration
Summary:
Revision Changes Path
1.2 +4 -4 openpkg-meta/canvas-style.php
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-style.php
============================================================================
$ cvs diff -u -r1.1 -r1.2 canvas-style.php
--- openpkg-meta/canvas-style.php 25 Nov 2005 13:13:34 -0000 1.1
+++ openpkg-meta/canvas-style.php 26 Nov 2005 17:57:04 -0000 1.2
@@ -46,10 +46,10 @@
}
/* hyper-links */
-A { text-decoration: none; font-weight: bold; }
-A:link { text-decoration: none; font-weight: bold; color:
#909090; }
-A:visited { text-decoration: none; font-weight: bold; color:
#909090; }
-A:hover { text-decoration: none; font-weight: bold; color:
#909090; text-decoration: underline; }
+A { text-decoration: none; font-weight: bold; }
+A:link { text-decoration: none; font-weight: bold; color:
#909090; }
+A:visited { text-decoration: none; font-weight: bold; color:
#909090; }
+A:hover { text-decoration: underline; font-weight: bold; color:
#909090; }
/* lists */
UL {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]