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

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

Draw U-Shapes connections

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