Skip to content

Commit

Permalink
more tweaks (why?)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Oct 3, 2023
1 parent d0ee116 commit c25affa
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 354 deletions.
4 changes: 3 additions & 1 deletion docs/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}

ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
Expand Down
303 changes: 149 additions & 154 deletions docs/lectures/cleaning.notes.html

Large diffs are not rendered by default.

381 changes: 188 additions & 193 deletions docs/lectures/cleaning.slides.html

Large diffs are not rendered by default.

19 changes: 13 additions & 6 deletions docs/tips/Finding_help.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<title>R resources</title>
<style>
html {
line-height: 1.5;
font-family: Georgia, serif;
font-size: 20px;
color: #1a1a1a;
background-color: #fdfdfd;
}
Expand All @@ -28,13 +25,16 @@
@media (max-width: 600px) {
body {
font-size: 0.9em;
padding: 1em;
padding: 12px;
}
h1 {
font-size: 1.8em;
}
}
@media print {
html {
background-color: white;
}
body {
background-color: transparent;
color: black;
Expand All @@ -60,6 +60,10 @@
img {
max-width: 100%;
}
svg {
height: auto;
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1.4em;
}
Expand All @@ -84,9 +88,10 @@
color: #606060;
}
code {
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
font-size: 85%;
margin: 0;
hyphens: manual;
}
pre {
margin: 1em 0;
Expand Down Expand Up @@ -151,8 +156,10 @@
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}

ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
Expand Down

0 comments on commit c25affa

Please sign in to comment.