fix css bug

This commit is contained in:
Mark McGranaghan 2012-10-09 19:38:02 -07:00
parent 351fa331ba
commit 21db613022

View File

@ -74,6 +74,9 @@ div.chapter {
div.chapter table { div.chapter table {
margin-bottom: 20px; margin-bottom: 20px;
} }
p.next {
margin-bottom: 20px;
}
p.footer { p.footer {
color: grey; color: grey;
} }