Skip to content

Instantly share code, notes, and snippets.

@morrxy
Created February 22, 2013 09:00
Show Gist options
  • Save morrxy/5011904 to your computer and use it in GitHub Desktop.
Save morrxy/5011904 to your computer and use it in GitHub Desktop.
CSS: mod.less
/*
add custom css to mod1
<div class="mod mod1">
<div class="inner">
<div class="hd">
<h2>mod title</h2>
</div>
<div class="bd">
</div>
<div class="ft">
</div>
</div>
</div>
*/
.mod {
margin-bottom:10px;
> .inner {
}
> .bd, .ft, .hd {
overflow:hidden;
*overflow:visible;
zoom:1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment