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

Delta Between Two Patch Sets: anwiki/_override-static/global/global/css/index-desktop.css

Issue 6193426550751232: Issue 2214 - Add message to Adblock Plus home page about mobile beta launch (Infrastructure) (Closed)
Left Patch Set: Created April 28, 2015, 4:51 p.m.
Right Patch Set: Merging styles Created April 29, 2015, 12:32 p.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
LEFTRIGHT
1 #content 1 #content
2 { 2 {
3 width: 990px; 3 width: 990px;
4 margin-bottom: 290px; 4 margin-bottom: 290px;
5 padding-left: 0; 5 padding-left: 0;
6 padding-right: 0; 6 padding-right: 0;
7 } 7 }
8 8
9 #main 9 #main
10 { 10 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 right: auto; 53 right: auto;
54 width: auto; 54 width: auto;
55 } 55 }
56 56
57 #information-android 57 #information-android
58 { 58 {
59 left: 2px; 59 left: 2px;
60 bottom: -25px; 60 bottom: -25px;
61 } 61 }
62 62
63 .warning-platform, .disclaimer, #maxthon-notification 63 .warning-platform, .disclaimer,
64 #maxthon-notification, #adblock-browser-notification
64 { 65 {
65 width: 100%; 66 width: 100%;
66 margin-top: 0; 67 margin-top: 0;
67 margin-bottom: 50px; 68 margin-bottom: 50px;
68 float: right; 69 float: right;
69 } 70 }
70 71
71 #adblock-browser-notification 72 #adblock-browser-notification
72 { 73 {
73 width: 100%;
74 margin-top: 50px; 74 margin-top: 50px;
75 margin-bottom: 50px;
76 float: right;
Thomas Greiner 2015/04/29 11:55:22 Don't duplicate styles. Rather add "#adblock-brows
saroyanm 2015/04/29 12:33:29 Done.
77 } 75 }
78 76
79 #key-facts 77 #key-facts
80 { 78 {
81 margin-top: 50px; 79 margin-top: 50px;
82 margin-left: 80px; 80 margin-left: 80px;
83 margin-right: 0px; 81 margin-right: 0px;
84 } 82 }
85 83
86 html[dir="rtl"] #key-facts 84 html[dir="rtl"] #key-facts
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 161
164 #more-tabs #sidebar button 162 #more-tabs #sidebar button
165 { 163 {
166 display: block; 164 display: block;
167 } 165 }
168 166
169 .more-tab 167 .more-tab
170 { 168 {
171 width: 760px; 169 width: 760px;
172 } 170 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld