Resources/Web/css/ohm_web.css
author StephaneLenclud
Thu, 18 Apr 2013 23:25:10 +0200 (2013-04-18)
changeset 402 ded1323b61ee
permissions -rw-r--r--
Front View plug-in does not init if no sensor added.
Fixing some format to make strings shorter.
Now trying to start SoundGraphAccess.exe process from same directory.
Packed mode now can display three sensors along with the current time.
     1 body {
     2 	font-size: 62.5%;
     3 }
     4 
     5 table
     6 {
     7   border-collapse:collapse;
     8 }
     9 
    10 table, tr
    11 {
    12  border: 1px solid #F0F0F0;
    13 }
    14 
    15 td
    16 {
    17  padding-right:10px;
    18 }
    19 
    20 /* Site
    21    -------------------------------- */
    22 
    23 body {
    24 	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
    25 }
    26 
    27 div.header {
    28 	padding:12px;
    29 	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
    30 }
    31 
    32 div.main {
    33 	clear:both;
    34 	padding:12px;
    35 	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
    36 	/*font-size: 1.3em;*/
    37 	/*line-height: 1.4em;*/
    38 }
    39