Skip to content

Instantly share code, notes, and snippets.

View Xorandnotor's full-sized avatar

Steve Evermore Xorandnotor

  • Alexion Pharmaceuticals, Inc.
  • Connecticut, USA
View GitHub Profile
@Xorandnotor
Xorandnotor / nested-less-example.less
Created June 14, 2012 12:58
Nested LESS Example
.link-group{
.list-header{
font-size:18px;
color:@pbHeader;
padding-bottom:8px;
margin-bottom:11px;
border-width:0 0 1px 0;
border-style:solid;
border-color:@borderColorStandard;
}