separate embedded css style to page.temp

This commit is contained in:
Kevin Lynx 2013-07-08 12:43:27 +08:00
parent 00cfa07d88
commit 0c6097f130
5 changed files with 13 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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.

View File

@ -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>