view static/css/grid.less @ 87:e0348cfbdf48

Update styling of snippets page Some other CSS changes too. Work-in-progress.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 23:45:48 -0400
parents eaa36eaaf74a
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;
    }
}