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

Side by Side Diff: anwiki/_override-static/global/global/css/index.css

Issue 5984699746877440: Issue 1645 - Parts of Maxthon landing page were shown on smaller screens (Closed)
Patch Set: Created Dec. 2, 2014, 5:12 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content h1, #content h2 1 #content h1, #content h2
2 { 2 {
3 font-size: 16px; 3 font-size: 16px;
4 } 4 }
5 5
6 #content .sprite 6 #content .sprite
7 { 7 {
8 background-image: url(../img/sprite-index.png); 8 background-image: url(../img/sprite-index.png);
9 } 9 }
10 10
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 } 212 }
213 213
214 #content.firefox #install-firefox, #content.chrome #install-chrome, 214 #content.firefox #install-firefox, #content.chrome #install-chrome,
215 #content.opera #install-opera, #content.android #install-android, 215 #content.opera #install-opera, #content.android #install-android,
216 #content.internet-explorer #install-internet-explorer, 216 #content.internet-explorer #install-internet-explorer,
217 #content.safari #install-safari 217 #content.safari #install-safari
218 { 218 {
219 display: inline-block; 219 display: inline-block;
220 } 220 }
221 221
222 #maxthon-news, 222 #summary #maxthon-news,
223 #content.maxthon #install, 223 #content.maxthon #install,
224 #content.maxthon #features 224 #content.maxthon #features
225 { 225 {
226 display: none; 226 display: none;
227 } 227 }
228 228
229 #content.maxthon #maxthon-news 229 #content.maxthon #maxthon-news
230 { 230 {
231 display: inline-block; 231 display: inline-block;
232 padding-left: 0px; 232 padding-left: 0px;
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 520
521 #more-container.firefox #more-firefox, 521 #more-container.firefox #more-firefox,
522 #more-container.chrome #more-chrome, 522 #more-container.chrome #more-chrome,
523 #more-container.opera #more-opera, 523 #more-container.opera #more-opera,
524 #more-container.android #more-android, 524 #more-container.android #more-android,
525 #more-container.internet-explorer #more-internet-explorer, 525 #more-container.internet-explorer #more-internet-explorer,
526 #more-container.safari #more-safari 526 #more-container.safari #more-safari
527 { 527 {
528 background-color: #dbd4c7; 528 background-color: #dbd4c7;
529 } 529 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld