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

Side by Side Diff: static/css/index-mobile.css

Issue 29359889: Issue 2292 - Add a disclaimer text on all landing pages in French language that provide the user li… (Closed)
Patch Set: Created Oct. 25, 2016, 3:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #content 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 margin-left: 0; 4 margin-left: 0;
5 margin-right: 0; 5 margin-right: 0;
6 } 6 }
7 7
8 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 { 57 {
58 display: block; 58 display: block;
59 margin-top: 10px; 59 margin-top: 10px;
60 } 60 }
61 61
62 #other-platform li 62 #other-platform li
63 { 63 {
64 margin: 0px 10px; 64 margin: 0px 10px;
65 } 65 }
66 66
67 .warning-platform, #maxthon-notification, 67 #adblock-browser-notification
68 .disclaimer, #adblock-browser-notification
69 { 68 {
70 margin: 10px; 69 margin: 10px;
71 } 70 }
72 71
73 #key-facts section 72 #key-facts section
74 { 73 {
75 width: auto; 74 width: auto;
76 max-width: 225px; 75 max-width: 225px;
77 margin-top: 25px; 76 margin-top: 25px;
78 margin-left: 15px; 77 margin-left: 15px;
(...skipping 24 matching lines...) Expand all
103 102
104 #sidebar 103 #sidebar
105 { 104 {
106 padding-top: 20px; 105 padding-top: 20px;
107 } 106 }
108 107
109 .more-tab 108 .more-tab
110 { 109 {
111 text-align: left; 110 text-align: left;
112 margin: 10px 10px 0px 10px; 111 margin: 10px 10px 0px 10px;
113 } 112 }
OLDNEW

Powered by Google App Engine
This is Rietveld