 Issue 29337807:
  Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions  (Closed)
    
  
    Issue 29337807:
  Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions  (Closed) 
  | Index: static/css/main.css | 
| =================================================================== | 
| --- a/static/css/main.css | 
| +++ b/static/css/main.css | 
| @@ -318,37 +318,38 @@ | 
| padding-left: 40px; | 
| } | 
| .toc li | 
| { | 
| margin: 4px 0; | 
| } | 
| -footer | 
| +.footer-main | 
| { | 
| display: block; | 
| background: white; | 
| box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc; | 
| padding: 0; | 
| } | 
| -footer nav h1, footer nav li | 
| +.footer-main nav h1, .footer-main nav li | 
| { | 
| color: #444444; | 
| border-bottom: 1px solid #dedede; | 
| } | 
| -footer h1 | 
| +.footer-main h1 | 
| { | 
| + font-size: 16px; | 
| margin-top: 0; | 
| margin-bottom: 15px; | 
| } | 
| -footer nav li | 
| +.footer-main nav li | 
| { | 
| margin-bottom: 5px; | 
| } | 
| #social-list | 
| { | 
| list-style: none; | 
| padding: 0; |