view static/css/grid.less @ 158:d14822d10833

Fix line-wrapping and whitespace for snippets This had been fixed before but I accidentally broke it when trying to remove something else
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:51:22 -0400
parents e0348cfbdf48
children
line wrap: on
line source

.row {
    clear: both;
}

.span3 {
    width: 300px;
    .inline-block;
    vertical-align: top;
    padding-right: 30px;

    &:last-child {
        padding-right: 0px !important;
    }
}