Skip to content

Instantly share code, notes, and snippets.

@akost
Created December 28, 2011 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akost/1527315 to your computer and use it in GitHub Desktop.
Save akost/1527315 to your computer and use it in GitHub Desktop.
Очередной БЭМ
.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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment