jack 7 years ago
parent
commit
b3d9001fd5
1 changed files with 8 additions and 0 deletions
  1. 8 0
      e/l.html

+ 8 - 0
e/l.html

@ -7,6 +7,14 @@
7 7
<link rel="stylesheet" href="../css/reset.css" />
8 8
<link rel="stylesheet" href="../css/common.css" />
9 9
<link rel="stylesheet" href="../css/share.css" />
10
<style>
11
	#patentList,#paperList li{
12
		border-bottom: 1px solid #c8c7cc;
13
	}
14
	#patentList,#paperList li:last-child{
15
		border-bottom: none;
16
	}
17
</style>
10 18
<style>
11 19
	html,body{margin:0;padding:0px;background: #FFFFFF;}
12 20
</style>