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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« includes/index.tmpl ('K') | « includes/index.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -701,8 +701,26 @@
#more-container.internet-explorer #more-internet-explorer,
#more-container.safari #more-safari,
#more-container.yandex-browser #more-yandex-browser,
#more-container.maxthon #more-maxthon
#more-container.edge #more-edge
{
background-color: #dbd4c7;
}
+
+
+#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
+ background-color: #ffffff;
+ padding: 25px;
+ margin: 10px 10px 30px;
+ line-height: 1.4;
+ border: 2px solid #a1a1a1;
+ display: none;
+}
+
+#ready-for-windows-note p {
+ margin: 0;
+}
+
+#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.
+ display: block;
+}
« includes/index.tmpl ('K') | « includes/index.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld