Autocomplete stuff

This commit is contained in:
John Doty 2013-11-14 14:13:03 -08:00
parent dc3319c32e
commit 591d1db458
36 changed files with 15782 additions and 0 deletions

View file

@ -0,0 +1,27 @@
body {
margin: 1em;
}
h1, h2, h3 {
margin-top: 1em;
}
pre {
margin: 0.5em 2em;
padding: 0.5em;
background-color: #eee;
border: 1px solid #ddd;
}
table {
margin-left: 1em;
background-color: lightgray;
}
td, th {
padding: 0.3em;
}
td {
background-color: white;
}