Annotation of kupu/apache-lenya/lenya/drawers/kupudrawerstyles.css, revision 1.1

1.1     ! dwinter     1: /*****************************************************************************
        !             2:  *
        !             3:  * Kupu drawer styles
        !             4:  *
        !             5:  * Copyright (c) 2003-2005 Kupu Contributors. See CREDITS.txt
        !             6:  *
        !             7:  * Instead of customizing this file, it is recommended to add your own
        !             8:  * CSS file.  Feel free to use whole or parts of this for your own
        !             9:  * designs, but give credit where credit is due.
        !            10:  *
        !            11:  *****************************************************************************/
        !            12: 
        !            13: /* $Id: kupudrawerstyles.css 9879 2005-03-18 12:04:00Z yuppie $ */
        !            14: 
        !            15: img.library-icon-collection, img.library-icon-resource {
        !            16:   margin-right: 5px;
        !            17:   height: 16px;
        !            18:   width: 16px;
        !            19:   vertical-align: middle;
        !            20: }
        !            21: 
        !            22: span.drawer-item-title {
        !            23:   padding-left: 2px;
        !            24:   padding-right: 2px;
        !            25:   height: 16px;
        !            26:   vertical-align: middle;
        !            27: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>