docs.css should not inline all pragraphs, only those in lists

This commit is contained in:
Igor Minar 2011-02-23 15:52:29 -08:00
parent a7ee4a8884
commit 5fc2b96b97

View file

@ -123,7 +123,7 @@ a {
border-bottom: 1px solid #888;
}
#main li > p,
#main ul.parameters li > p,
#main div.returns > p {
display: inline; /* the top most paragraph should not cause new lines inside lists. */
}