Index: static/css/index.css |
=================================================================== |
--- a/static/css/index.css |
+++ b/static/css/index.css |
@@ -701,8 +701,22 @@ |
#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; |
} |
+ |
+.notice |
+{ |
+ padding: 20px; |
+ line-height: 1.4; |
+ color: #000; |
+ background-color: #fff; |
+ border: 2px solid #a1a1a1; |
+} |
+ |
+#ready-for-windows-notice |
+{ |
+ margin-bottom: 30px; |
+} |