science-ation/apidoc.css

26 lines
259 B
CSS
Raw Normal View History

2010-09-27 20:38:49 +00:00
body {
font-size: 0.9em;
}
h1 {
font-size: 1.2em;
font-weight: bold;
}
h2 {
font-size: 1.0em;
font-weight: bold;
margin-bottom: 0px;
}
.apidoc {
margin-left: 50px;
}
ul {
margin: 0px;
padding-top: 0px;
font-size: 0.9em;
}
li {
margin-top: 0px;
}