Do I need align center for a p tag?

This commit is contained in:
Bradley M. Kuhn 2015-03-04 15:12:50 -08:00
parent 0b530f1139
commit 8258ca83f0

View file

@ -234,7 +234,7 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
.secondary_info { font-size: 83%; }
.next_page_button { float: right; }
.pagination_list { float: center; }
.pagination_list { align: center; }
.document_format { border: 1px solid #888; padding: .2em; background: #fff99d;}
.copyright_info { font-size: 90%; }
hr.footnote-separator { width: 80%; margin-left: auto; margin-right: auto; }