source: js/viewer-f0/css/styles.css @ 214

Last change on this file since 214 was 214, checked in by mmichalski, 11 years ago

Draw U-Shapes connections

  • Property svn:eol-style set to native
File size: 261 bytes
RevLine 
[188]1.menu{
2    float: right;
[133]3}
4
5
[143]6.cont{
[133]7    height: 500px;
8    width: 500px;
[214]9    display: inline-block;
10    border-style: solid;
[133]11}
12
13#geno{
14    height: 500px;
15    width: 400px;
[188]16}
17
18.window{
19    height: 600px;
20    width: 1300px;
21}
[208]22
23#NewCanvas{
24    overflow: hidden;
25}
Note: See TracBrowser for help on using the repository browser.