view static/css/grid.less @ 202:499e5f47f278

Add necessary code to views and forms of snippet for Ratings
author Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
date Fri, 19 Jul 2013 22:09:29 +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;
    }
}