Blame view

images/style.css 478 Bytes
aaa287d94   Jeff Chen   NN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  @import url(http://fonts.googleapis.com/css?family=Lato:300);
  
  body {
  	background-color: #FFFFFF;
  	margin-left: 32px;
  	margin-top: 20px;
  	margin-right: 20px;
  	margin-bottom: 20px;
  	font-family: "Lato", Arial;
  	font-size: 14px;
  	line-height:16px;
  }
  
  hr{
     border: 1px solid #FFFFFF;
  }
  
  a:link{
  	color:#0055CC;
  }
  a:visited{
  		color:#990099;
  }
  a:hover{
  		color:#CC0000;
  }
  
  th{
  	background-color:#FFFFFF;
   	font-weight:bold;
  }
  
  td{
  	background-color:#ecf7fe;
   	text-align:center;
  }