view static/css/grid.less @ 213:6f285552a9d0 default tip

Remove requirement to be logged in to see comments
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 16 Jan 2014 10:59:05 -0500
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;
    }
}