science-ation/apidoc.css

33 lines
354 B
CSS
Raw Normal View History

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