You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

openvibe.css 344B

1234567891011121314151617181920212223242526272829
  1. body {
  2. /* position:relative;*/
  3. max-width:11in;
  4. margin:0 auto;
  5. /*background:url('doc-bg.png') #fff left repeat-y;*/
  6. }
  7. #sidebar {
  8. display: flex;
  9. padding-bottom:10px;
  10. width:100%;
  11. flex-direction: row;
  12. }
  13. #sidebar > div {
  14. flex: 1;
  15. }
  16. #sidebar ul {
  17. padding-left:10px;
  18. }
  19. #sidebar li {
  20. list-style:none;
  21. }
  22. #sidebar b {
  23. font-weight:bold;
  24. }