autodoc.git
/
modref
/
style.css
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/modref/style.css:505:
} table.box td { vertical-align: top; padding: 10px 12px; border-left: 1px dashed #bbb; } table.box td *:first-child { margin-top: 0; } table.box td *:last-child { margin-bottom: 0; } table.box table.box { width: 100%; }
+
p + pre {
+
margin-top: -15px;
+
padding-top: 0px;
+
}
+
pre code .comment { color: #999; } pre code .type { color: #00007B; font-weight: bold; } pre code .string { color: #037F00; } pre code .macro { color: #B04700; font-weight: bold; } pre code .lang, pre code .const, pre code .mod { color: #863069; font-weight: bold; } pre code .const { color: #0000ff; } pre code .delim { color: #00008e; } pre code .ns { font-weight: bold; }