Resources/Web/css/ohm_web.css
author moel.mich
Tue, 30 Dec 2014 22:47:39 +0000
changeset 431 0e46e3ca812a
permissions -rw-r--r--
Fixed the following issue (present only on 32-bit systems):

Version: 0.7.0.0

System.NullReferenceException: Object reference not set to an instance of an object.
at OpenHardwareMonitor.GUI.MainForm.timer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Common Language Runtime: 4.0.30319.18444
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
Process Type: 32-Bit
     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