|
From: Maxim <wz...@us...> - 2005-09-06 20:23:58
|
Update of /cvsroot/bbps/bbps/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30728 Modified Files: brown.css Gentoo.css style.css Log Message: Added 'random link' at top of the page. Resized favicons to 16x16 in css. Rechecking for favicons when editing bookmarks now 'on demand', i.e. by setting a checkbox in bookmark editting screen. Some cleanup of old code. Index: Gentoo.css =================================================================== RCS file: /cvsroot/bbps/bbps/css/Gentoo.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Gentoo.css 6 Sep 2005 17:03:43 -0000 1.2 --- Gentoo.css 6 Sep 2005 20:23:51 -0000 1.3 *************** *** 247,248 **** --- 247,253 ---- font-size: small; } + + .favicon { + height: 16px; + width: 16px; + } Index: style.css =================================================================== RCS file: /cvsroot/bbps/bbps/css/style.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** style.css 6 Sep 2005 17:03:43 -0000 1.2 --- style.css 6 Sep 2005 20:23:51 -0000 1.3 *************** *** 225,226 **** --- 225,231 ---- font-size: small; } + + .favicon { + height: 16px; + width: 16px; + } Index: brown.css =================================================================== RCS file: /cvsroot/bbps/bbps/css/brown.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** brown.css 6 Sep 2005 17:03:43 -0000 1.2 --- brown.css 6 Sep 2005 20:23:51 -0000 1.3 *************** *** 232,233 **** --- 232,237 ---- + .favicon { + height: 16px; + width: 16px; + } |