aboutsummaryrefslogtreecommitdiffstats
path: root/src/pmod/pmod_test/css/view.less
blob: c29798c529fc7596505bbcfe03cc515c3bcd6fe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@import 'mixin.less';
@import 'color.less';

#index_page{
    div.info{
        position:fixed;

        table.table{
            margin-top:@MediumPad;
        }
    }
}