integration/css/common.css
changeset 47 67e3051fe084
parent 46 f02b45b9532c
child 50 89e152523cb6
equal deleted inserted replaced
46:f02b45b9532c 47:67e3051fe084
    60     url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    60     url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    61 }
    61 }
    62 /* custom reset */
    62 /* custom reset */
    63 body{
    63 body{
    64 	height: 100%;
    64 	height: 100%;
       
    65 	font-family: 'Open Sans';
    65 }
    66 }
    66 a{
    67 a{
    67 	color:#000;
    68 	color:#000;
    68 	text-decoration: none;
    69 	text-decoration: none;
    69 }
    70 }
    83 }
    84 }
    84 .wrap{
    85 .wrap{
    85 	min-height:100%;
    86 	min-height:100%;
    86 	width: 960px;
    87 	width: 960px;
    87 	margin: 0 auto;
    88 	margin: 0 auto;
    88 	font-family: 'Open Sans';
       
    89 	font-weight: 400;
    89 	font-weight: 400;
    90 	color:#333333;
    90 	color:#333333;
    91 	font-size: 13px;
    91 	font-size: 13px;
    92   	height: 100%;
    92   	height: 100%;
    93 }
    93 }