switch to a mdbook-like file layout, using src/ and out/
Unlike mdbook, the out/ directory contains needed assets and is not expendable.
This commit is contained in:
25
out/css/site.css
Normal file
25
out/css/site.css
Normal file
@@ -0,0 +1,25 @@
|
||||
body {
|
||||
background-color:white;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight:bold;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
/*
|
||||
p > strong > a, p > strong > a:hover {
|
||||
text-decoration:none;
|
||||
color:black;
|
||||
}
|
||||
*/
|
||||
|
||||
.tight p {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
/*
|
||||
li {
|
||||
margin-bottom:0;
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user