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

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

Issue 6193426550751232: Issue 2214 - Add message to Adblock Plus home page about mobile beta launch (Infrastructure) (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-desktop.css » ('j') | 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 #maxthon-notification 366 #maxthon-notification
367 { 367 {
368 display: none; 368 display: none;
369 color: #D00; 369 color: #D00;
370 text-align: center; 370 text-align: center;
371 border: 1px solid #D00; 371 border: 1px solid #D00;
372 padding: 5px; 372 padding: 5px;
373 border-radius: 5px; 373 border-radius: 5px;
374 } 374 }
375 375
376 #adblock-browser-notification
377 {
378 color: #555555;
379 font-size: 16px;
380 background-color: #FFFFFF;
381 text-align: center;
382 border: 1px solid #D9D9D9;
383 padding: 20px 0px;
384 }
385
376 .disclaimer 386 .disclaimer
377 { 387 {
378 font-size: 14px; 388 font-size: 14px;
379 color: #000; 389 color: #000;
380 text-align: left; 390 text-align: left;
381 } 391 }
382 392
383 #content.ua-firefox .warning-platform.firefox, 393 #content.ua-firefox .warning-platform.firefox,
384 #content.ua-chrome .warning-platform.chrome, 394 #content.ua-chrome .warning-platform.chrome,
385 #content.ua-android .warning-platform.android, 395 #content.ua-android .warning-platform.android,
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 #more-container.chrome #more-chrome, 572 #more-container.chrome #more-chrome,
563 #more-container.opera #more-opera, 573 #more-container.opera #more-opera,
564 #more-container.android #more-android, 574 #more-container.android #more-android,
565 #more-container.internet-explorer #more-internet-explorer, 575 #more-container.internet-explorer #more-internet-explorer,
566 #more-container.safari #more-safari, 576 #more-container.safari #more-safari,
567 #more-container.yandex-browser #more-yandex-browser, 577 #more-container.yandex-browser #more-yandex-browser,
568 #more-container.maxthon #more-maxthon 578 #more-container.maxthon #more-maxthon
569 { 579 {
570 background-color: #dbd4c7; 580 background-color: #dbd4c7;
571 } 581 }
OLDNEW
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld