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: Style fixes Created June 21, 2017, 8:29 a.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
« no previous file with comments | « includes/index.tmpl ('k') | static/css/index-mobile.css » ('j') | 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,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;
+}
« no previous file with comments | « includes/index.tmpl ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld