[MPlayer-DOCS] CVS: homepage/design7 default.css,1.25,1.26

Diego Biurrun CVS syncmail at mplayerhq.hu
Thu Jan 27 16:28:07 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/homepage/design7
In directory mail:/var2/tmp/cvs-serv24879/design7

Modified Files:
	default.css 
Log Message:
Give images that are links an outline.


Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/default.css,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- default.css	27 Jan 2005 15:25:35 -0000	1.25
+++ default.css	27 Jan 2005 15:28:05 -0000	1.26
@@ -7,6 +7,11 @@
 	border: 0
 }
 
+a[href] img:hover {
+	outline: #CACABA solid 1px;
+	-moz-outline: #CACABA solid 1px;	/* Firefox hack */
+}
+
 a:link, a:visited {
 	font-weight: bold; color: #888870; text-decoration: none
 }




More information about the MPlayer-DOCS mailing list