Resources/Web/css/ohm_web.css
author moel.mich
Mon, 02 Jul 2012 21:14:40 +0000
changeset 357 fb8dc26f65a4
permissions -rw-r--r--
Added mainboard specific configurations for the following Gigabyte mainboards: EX58-UD3R, G41M-Combo, G41MT-S2, G41MT-S2P, GA-MA770T-UD3P, GA-MA785GM-US2H, GA-MA78LM-S2H, GA-MA790X-UD3P, H55-USB3, H55N-USB3, H61M-DS2 REV 1.2, H61M-USB3-B3 REV 2.0, H67A-USB3-B3, P55A-UD3, P67A-UD3-B3, P67A-UD3R-B3, Z68A-D3H-B3, Z68AP-D3, Z68X-UD3H-B3.
moel@348
     1
body {
moel@348
     2
	font-size: 62.5%;
moel@348
     3
}
moel@348
     4
moel@348
     5
table
moel@348
     6
{
moel@348
     7
  border-collapse:collapse;
moel@348
     8
}
moel@348
     9
moel@348
    10
table, tr
moel@348
    11
{
moel@348
    12
 border: 1px solid #F0F0F0;
moel@348
    13
}
moel@348
    14
moel@348
    15
td
moel@348
    16
{
moel@348
    17
 padding-right:10px;
moel@348
    18
}
moel@348
    19
moel@348
    20
/* Site
moel@348
    21
   -------------------------------- */
moel@348
    22
moel@348
    23
body {
moel@348
    24
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
moel@348
    25
}
moel@348
    26
moel@348
    27
div.header {
moel@348
    28
	padding:12px;
moel@348
    29
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
moel@348
    30
}
moel@348
    31
moel@348
    32
div.main {
moel@348
    33
	clear:both;
moel@348
    34
	padding:12px;
moel@348
    35
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
moel@348
    36
	/*font-size: 1.3em;*/
moel@348
    37
	/*line-height: 1.4em;*/
moel@348
    38
}
moel@348
    39