Return to Snippet

Revision: 47687
at June 14, 2011 00:21 by madr


Initial Code
@mixin columnseparator {
  @extend .relative;
  
  &:before {
    content: '';
    position: absolute;
    top: 0;
    width: 3px;
    background: #eee;
    left: 681px;
    bottom: 0;
  }
}

Initial URL


Initial Description


Initial Title
Column separator, no images and clearfix compatible

Initial Tags
textmate

Initial Language
Other