Skip to content

Instantly share code, notes, and snippets.

@akost
Created December 28, 2011 09:29

Revisions

  1. akost created this gist Dec 28, 2011.
    15 changes: 15 additions & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    .b-accordion .b-accordion-item .b-accordion-item-title .b-accordion-item-title-arrow {
    float:left;
    width:14px;
    height:11px;
    margin-top:7px;
    background:url(../i/graphic.png) 0 -30px no-repeat;
    }

    .b-accordion .b-accordion-current-item .b-accordion-item-title .b-accordion-item-title-arrow {
    float:left;
    width:14px;
    height:11px;
    margin-top:7px;
    background:url(../i/graphic.png) 0 0px no-repeat;
    }