mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Improved html font sizes and made things look slightly nicer.
This commit is contained in:
parent
7f611ea765
commit
854d0da8a7
@ -20,9 +20,15 @@ body
|
||||
{
|
||||
margin:0px;
|
||||
background-color: #EDF3EE;
|
||||
width:62.5em;
|
||||
width:62.0em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
h1,h2,h3
|
||||
{
|
||||
line-height:1.2;
|
||||
}
|
||||
|
||||
#page_header {
|
||||
@ -51,6 +57,7 @@ body
|
||||
background-color: white;
|
||||
border: 1px solid rgb(102,102,102);
|
||||
width: 100%;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
#main_text_title
|
||||
{
|
||||
@ -92,6 +99,7 @@ div.menu_footer {
|
||||
|
||||
#bottom_content
|
||||
{
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
/* ============================================================= */
|
||||
@ -123,7 +131,7 @@ div.include_file_more_details_wrapper
|
||||
}
|
||||
div.include_file
|
||||
{
|
||||
font-size: 1.8em;
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
font-family: monospace;
|
||||
|
||||
@ -262,6 +270,15 @@ div.inc {
|
||||
border-bottom: black solid 2px;
|
||||
}
|
||||
|
||||
tt
|
||||
{
|
||||
padding: 0.3em;
|
||||
font-size:13px;
|
||||
font-family: monospace;
|
||||
background: rgb(240,240,240);
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.bdotted {border-bottom: 1px dotted}
|
||||
|
@ -27,7 +27,7 @@
|
||||
<h3>Paper Describing dlib Machine Learning</h3>
|
||||
<pre>
|
||||
Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09a.pdf">Dlib-ml: A Machine Learning Toolkit</a>.
|
||||
<i>Journal of Machine Learning Research</i> 10, pp. 1755-1758, 2009
|
||||
<i>Journal of Machine Learning Research</i>, 2009
|
||||
|
||||
@Article{dlib09,
|
||||
author = {Davis E. King},
|
||||
|
Loading…
Reference in New Issue
Block a user