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

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

Issue 29458622: Issue 4920 - Add "Ready for Windows" section to adblockplus.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created June 7, 2017, 2: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
« includes/index.tmpl ('K') | « includes/index.tmpl ('k') | 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 #more-container.opera #more-opera, 699 #more-container.opera #more-opera,
700 #more-container.android #more-android, 700 #more-container.android #more-android,
701 #more-container.internet-explorer #more-internet-explorer, 701 #more-container.internet-explorer #more-internet-explorer,
702 #more-container.safari #more-safari, 702 #more-container.safari #more-safari,
703 #more-container.yandex-browser #more-yandex-browser, 703 #more-container.yandex-browser #more-yandex-browser,
704 #more-container.maxthon #more-maxthon 704 #more-container.maxthon #more-maxthon
705 #more-container.edge #more-edge 705 #more-container.edge #more-edge
706 { 706 {
707 background-color: #dbd4c7; 707 background-color: #dbd4c7;
708 } 708 }
709
710
711 #ready-for-windows-note {
juliandoucette 2017/06/07 17:48:11 It looks like you are trying to match the style of
ire 2017/06/08 13:41:26 Okay I will. I originally did it this way to keep
712 background-color: #ffffff;
713 padding: 25px;
714 margin: 10px 10px 30px;
715 line-height: 1.4;
716 border: 2px solid #a1a1a1;
717 display: none;
718 }
719
720 #ready-for-windows-note p {
721 margin: 0;
722 }
723
724 #content.internet-explorer #ready-for-windows-note {
juliandoucette 2017/06/07 17:48:11 NIT: I don't think #content is necessary here.
ire 2017/06/08 13:41:26 Acknowledged.
725 display: block;
726 }
OLDNEW
« includes/index.tmpl ('K') | « includes/index.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld