comparison Applications/Samples/rt-viewer-demo/samples-styles.css @ 549:1d9deb4ee84c ct-pet-dose-struct

Added RTSTRUCT demo viewer based on captain + fix in dev.h (wrong override signature)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 02 Apr 2019 15:08:31 +0200
parents
children
comparison
equal deleted inserted replaced
548:d10a295b607a 549:1d9deb4ee84c
1 html, body {
2 width: 100%;
3 height: 100%;
4 margin: 0px;
5 border: 0;
6 overflow: hidden; /* Disable scrollbars */
7 display: block; /* No floating content on sides */
8 background-color: black;
9 color: white;
10 font-family: Arial, Helvetica, sans-serif;
11 }
12
13 canvas {
14 left:0px;
15 top:0px;
16 }