mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2024-12-12 19:46:22 +00:00
separate embedded css style to page.temp
This commit is contained in:
parent
00cfa07d88
commit
0c6097f130
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
{application,dhtcrawler,
|
{application,dhtcrawler,
|
||||||
[{description,"A DHT crawler to index magnet hash to torrent"},
|
[{description,"A DHT crawler to index magnet hash to torrent"},
|
||||||
{vsn,"8ee2e54"},
|
{vsn,"db93cd7"},
|
||||||
{registered,[dht_crawler_sup]},
|
{registered,[dht_crawler_sup]},
|
||||||
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
|
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
|
||||||
mongodb]},
|
mongodb]},
|
||||||
|
Binary file not shown.
@ -29,6 +29,18 @@ body { margin:0; padding:0; }
|
|||||||
.search-box #s_text {
|
.search-box #s_text {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
p.search-title {
|
||||||
|
font-size:120%;
|
||||||
|
}
|
||||||
|
p.search-detail {
|
||||||
|
font-size:80%;
|
||||||
|
}
|
||||||
|
a.download-tip {
|
||||||
|
font-size:110%;
|
||||||
|
}
|
||||||
|
span.file-size {
|
||||||
|
color:#888;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user