Resources/Web/css/ohm_web.css
author moel.mich
Sun, 23 Jun 2013 19:10:28 +0000
changeset 405 8eeac521b3b6
permissions -rw-r--r--
Added the NCT6771F and NCT6776F chips to the lm-sensors interface.
     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