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

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

New NeuronDrawer? without U-shape in connections

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