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

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

Issue 29330915: No issue - show the Microsoft edge message only on Microsoft edge page (Closed)
Patch Set: Created Nov. 26, 2015, 10:57 a.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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 { 431 {
432 background-position: -68px -151px; 432 background-position: -68px -151px;
433 } 433 }
434 434
435 #content h3.subscribe-header 435 #content h3.subscribe-header
436 { 436 {
437 font-size: 18px; 437 font-size: 18px;
438 margin-bottom: 0px; 438 margin-bottom: 0px;
439 } 439 }
440 440
441 #other-platform > div, #content.edge #video, #edge-teaser 441 #other-platform > div,
442 #content.edge #video,
443 #edge-teaser,
444 h3.edge-message
442 { 445 {
443 display: none; 446 display: none;
444 } 447 }
445 448
446 #content.edge #other-platform > div 449 #content.edge #other-platform > div,
450 #content.edge h3.edge-message
447 { 451 {
448 display: block; 452 display: block;
449 } 453 }
450 454
451 .warning-platform, 455 .warning-platform,
452 .disclaimer, 456 .disclaimer,
453 #maxthon-notification 457 #maxthon-notification
454 { 458 {
455 display: none; 459 display: none;
456 color: #D00; 460 color: #D00;
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 #more-container.opera #more-opera, 655 #more-container.opera #more-opera,
652 #more-container.android #more-android, 656 #more-container.android #more-android,
653 #more-container.internet-explorer #more-internet-explorer, 657 #more-container.internet-explorer #more-internet-explorer,
654 #more-container.safari #more-safari, 658 #more-container.safari #more-safari,
655 #more-container.yandex-browser #more-yandex-browser, 659 #more-container.yandex-browser #more-yandex-browser,
656 #more-container.maxthon #more-maxthon 660 #more-container.maxthon #more-maxthon
657 #more-container.edge #more-edge 661 #more-container.edge #more-edge
658 { 662 {
659 background-color: #dbd4c7; 663 background-color: #dbd4c7;
660 } 664 }
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