Reshuffle dirs

This commit is contained in:
Garen Torikian 2013-01-04 17:31:00 -08:00 committed by nightwing
commit 629e543ef4
73 changed files with 105 additions and 2110 deletions

View file

@ -14,13 +14,16 @@
color: black;
}
#documentation code {
pre {
background-color: #FFFFFF;
}
code {
font-size: 12px;
line-height: 16px;
font-family: 'Ubuntu Mono',Monaco,Consolas,monospace !important;
background-color: #F9F9F9;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 2px #888888;
display: inline-block;
padding: 0 4px;
margin: 2px 1px;