pubsubclient/style.css
2012-10-26 23:04:27 +01:00

18 lines
304 B
CSS

section {
padding-top: 50px;
margin-top: -50px;
}
body {
padding-top: 60px;
}
.method {
border-bottom: 3px solid #eee;
margin-bottom: 20px;
padding-bottom: 5px;
}
.methodname {}
.methodreturn { font-weight: normal; color: #888;}
.methodparams { font-weight: normal; color: #888;}