|
From: Christian O. <chr...@us...> - 2005-09-07 00:40:03
|
Update of /cvsroot/bbps/bbps/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27512/css Modified Files: Gentoo.css black.css brown.css style.css Log Message: now we have really working favicon size Index: Gentoo.css =================================================================== RCS file: /cvsroot/bbps/bbps/css/Gentoo.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Gentoo.css 6 Sep 2005 20:23:51 -0000 1.3 --- Gentoo.css 7 Sep 2005 00:39:55 -0000 1.4 *************** *** 250,253 **** .favicon { height: 16px; ! width: 16px; ! } --- 250,252 ---- .favicon { height: 16px; ! } Index: style.css =================================================================== RCS file: /cvsroot/bbps/bbps/css/style.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** style.css 6 Sep 2005 20:23:51 -0000 1.3 --- style.css 7 Sep 2005 00:39:55 -0000 1.4 *************** *** 228,231 **** .favicon { height: 16px; ! width: 16px; ! } --- 228,230 ---- .favicon { height: 16px; ! } Index: brown.css =================================================================== RCS file: /cvsroot/bbps/bbps/css/brown.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** brown.css 6 Sep 2005 20:23:51 -0000 1.3 --- brown.css 7 Sep 2005 00:39:55 -0000 1.4 *************** *** 234,237 **** .favicon { height: 16px; ! width: 16px; ! } --- 234,236 ---- .favicon { height: 16px; ! } Index: black.css =================================================================== RCS file: /cvsroot/bbps/bbps/css/black.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** black.css 6 Sep 2005 17:03:43 -0000 1.1 --- black.css 7 Sep 2005 00:39:55 -0000 1.2 *************** *** 252,253 **** --- 252,257 ---- font-size: small; } + .favicon { + height: 16px; + } + \ No newline at end of file |