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; |
+} |