Changeset - 8258ca83f0c1
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-04 23:12:50
bkuhn@ebb.org
Do I need align center for a p tag?
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -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; }
0 comments (0 inline, 0 general)