o add avrusb

o add zsnes
This commit is contained in:
optixx
2009-04-06 21:19:15 +02:00
parent c9a23df103
commit bcb4a055e9
449 changed files with 280735 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
/* The stylesheet used for printing.
This stylesheet is used to render the docs nicely for printing. */
/* ALL PROPERTIES ARE ALPHABETIZED!!! KEEP THEM THAT WAY!!! */
@import url(shared.css); /* Loads styles/shared.css, which contains shared styling information. */
body {
background-color: white;
color: black;
font-family: Verdana, "Arial Unicode MS", Arial, sans-serif;
font-size: 10pt;
margin: 1px;
}
img {
display: none;
}
a {
background-color: inherit;
color: black;
}
#content a:after {
content: " [" attr(href) "]";
}
#nav_column {
display: none;
}
#content code {
background-color: inherit;
color: black;
}
#footer {
clear: both; /* This is mainly for pages that might be shorter than the nav-list on the left. Keeps things looking correct. */
font-size: 0.7em;
font-weight: bold;
text-align: center;
}
#footer h2 {
display: none;
}