Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: static/css/main-mobile.css

Issue 29551738: Issue 5634 - Replaced logo and refactored navbar width and colors (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Created Sept. 22, 2017, 1:13 a.m.
Right Patch Set: Addressed comments Created Oct. 11, 2017, 11:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/main-desktop.css ('k') | static/img/menu-toggle.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #hamburger
2 {
3 content: "";
4 cursor: pointer;
5 display: inline-block;
6 position: absolute;
7 width: 30px;
8 height: 30px;
9 top: 25px;
10 right: 10px;
11 left: auto;
12 font-size: 30px;
13 background-image: url(../img/sprite-main.png);
14 background-position: 0px -166px;
15 }
16
17 html[dir="rtl"] #hamburger
18 {
19 left: 10px;
20 right: auto;
21 }
22
23 #content 1 #content
24 { 2 {
25 margin: 20px 10px 50px 10px; 3 margin-top: 20px;
4 margin-bottom: 50px;
26 } 5 }
27 6
28 #footer-main 7 #footer-main
29 { 8 {
30 text-align: center; 9 text-align: center;
31 position: static; 10 position: static;
32 } 11 }
33 12
34 #footer-main h1, #footer-main nav li 13 #footer-main h1, #footer-main nav li
35 { 14 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 51
73 #social-list 52 #social-list
74 { 53 {
75 padding: 0px; 54 padding: 0px;
76 } 55 }
77 56
78 #anwiki-admin, #pageactions 57 #anwiki-admin, #pageactions
79 { 58 {
80 display: none; 59 display: none;
81 } 60 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld