Converting end of lines from crlf to lf
[fnpeditor.git] / modules / rng / diffLayout.less
1 .rng-module-rng-diffLayout {
2     [fnpjs-place=left] {
3         width: 300px;
4         margin: 0 20px 0 0px;
5         left: 0;
6     }
7     [fnpjs-place=right] {
8         left: 320px;
9         right: 0;
10     }
11     
12     [fnpjs-place=left], [fnpjs-place=right] {
13         position: absolute;
14         top: 0;
15         bottom: 0;
16         
17
18     }
19
20 }