| Index: static/css/main-mobile.css | 
| =================================================================== | 
| --- a/static/css/main-mobile.css | 
| +++ b/static/css/main-mobile.css | 
| @@ -65,17 +65,17 @@ | 
| margin-right: -11px; | 
| padding: 12px 12px 0px 12px; | 
| border: 1px solid #d9d9d9; | 
| border-top: none; | 
| border-bottom: none; | 
| background-color: white; | 
| } | 
|  | 
| -header nav>ul>li.selected, footer nav section h1 | 
| +header nav>ul>li.selected, #footer-main nav section h1 | 
| { | 
| cursor: pointer; | 
| } | 
|  | 
| header nav>ul>li:not(.selected) | 
| { | 
| display: none; | 
| padding: 10px 5px; | 
| @@ -141,57 +141,57 @@ | 
| left: auto; | 
| } | 
|  | 
| #content | 
| { | 
| margin: 20px 10px 50px 10px; | 
| } | 
|  | 
| -footer | 
| +#footer-main | 
| { | 
| text-align: center; | 
| position: static; | 
| } | 
|  | 
| -footer h1, footer nav li | 
| +#footer-main h1, #footer-main nav li | 
| { | 
| padding: 15px; | 
| margin: 0px; | 
| } | 
|  | 
| -footer nav li | 
| +#footer-main nav li | 
| { | 
| display: none; | 
| } | 
|  | 
| -footer nav section h1::after | 
| +#footer-main nav section h1::after | 
| { | 
| content: ""; | 
| display: inline-block; | 
| width: 11px; | 
| height: 11px; | 
| margin-left: 5px; | 
| margin-right: 0; | 
| background-image: url(../img/sprite-main.png); | 
| background-position: -31px -166px; | 
| } | 
|  | 
| -html[dir="rtl"] footer nav section h1::after | 
| +html[dir="rtl"] #footer-main nav section h1::after | 
| { | 
| margin-right: 5px; | 
| margin-left: 0; | 
| } | 
|  | 
| -footer nav section.visible h1::after | 
| +#footer-main nav section.visible h1::after | 
| { | 
| background-position: -31px -178px; | 
| } | 
|  | 
| -footer nav section.visible li | 
| +#footer-main nav section.visible li | 
| { | 
| display: block; | 
| } | 
|  | 
| #social-list | 
| { | 
| padding: 0px; | 
| } | 
|  |