pubsubclient/style.css
2012-10-31 22:31:29 +00:00

36 lines
542 B
CSS

section {
padding-top:40px;
margin-top: -40px;
}
.method {
border-bottom: 3px solid #eee;
margin-bottom: 20px;
padding-bottom: 15px;
}
.methodname {}
.methodreturn { font-weight: normal; color: #777;}
.methodparams { font-weight: normal; color: #777;}
li.active {
font-weight: bold;
text-decoration: underline !important;
}
#ChangeHistory * dd { margin-left: 25px;}
#toc a {
color: #333;
}
h4 { font-size: 1.3em; }
h5 {
margin: 0px;
padding: 0px;
font-size: 1.0em;
}
#content ul {
margin: 0px;
}