Press Quotes: Bug fix

- Display opening quotes on left side of page by setting padding
This commit is contained in:
David A. Harding 2015-07-30 13:02:24 -04:00
parent bc799754b6
commit 6e0ee5a6c4
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -2132,8 +2132,9 @@ h2 .rssicon{
.press-quotes p{
display:inline-block;
vertical-align:top;
width:400px;
width:380px;
margin:0 0 20px 20px;
padding-left: 20px;
}
.press-quotes p:nth-child(1n+9){
display:none;