mirror of
https://github.com/correl/sicp.git
synced 2024-11-23 19:19:56 +00:00
Org stylesheet
This commit is contained in:
parent
19b5ac6e99
commit
82a90ac228
2 changed files with 24 additions and 0 deletions
|
@ -8,5 +8,6 @@
|
||||||
|
|
||||||
<!-- Custom CSS -->
|
<!-- Custom CSS -->
|
||||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
||||||
|
<link rel="stylesheet" href="{{ "/css/org.css" | prepend: site.baseurl }}">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
23
css/org.css
Normal file
23
css/org.css
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
hr {
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.org-src-container {
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.outline-text-2,
|
||||||
|
.outline-3 {
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.outline-text-3,
|
||||||
|
.outline-4 {
|
||||||
|
margin-left: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.outline-text-4 {
|
||||||
|
margin-left: 6em;
|
||||||
|
}
|
Loading…
Reference in a new issue