Subversion Repositories wimsdev

Rev

Rev 13366 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13366 Rev 13469
Line 42... Line 42...
42
/** DOC Navigation */
42
/** DOC Navigation */
43
 
43
 
44
#docnavigation{
44
#docnavigation{
45
  display: flex;
45
  display: flex;
46
  justify-content: space-evenly;
46
  justify-content: space-evenly;
47
  max-width: 50em;
47
  /*max-width: 50em;
48
  margin: auto;
48
  margin: auto;*/
49
}
49
}
50
#docnavigation .menuitem>a{display: inline-block;}
50
#docnavigation .menuitem>a{display: inline-block;}
51
 
51
 
52
#wimsdoc .wimsbody { }
-
 
53
#wimsdoc:not(.editor_mode) .wimsbody {
52
#wimsdoc:not(.editor_mode) .wimsbody {
54
  margin-left: 0;
53
  margin-left: 0;
55
}
54
}
56
 
55
 
57
#wimsdoc .navmenu {
56
#wimsdoc .navmenu {