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: Create notice class, use conditional rule Created June 19, 2017, 9:52 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/main.css » ('j') | static/css/main.css » ('J')
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,21 @@
#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 {
juliandoucette 2017/06/20 16:20:16 "Opening braces always go on their own line." --
ire 2017/06/21 08:30:18 Acknowledged.
+ background-color: #ffffff;
juliandoucette 2017/06/20 16:20:17 "CSS rule declaration order should follow the Word
ire 2017/06/21 08:30:18 Acknowledged.
+ padding: 20px;
+ border: 2px solid #a1a1a1;
+ box-sizing: border-box;
juliandoucette 2017/06/20 16:20:17 What difference does this make?
ire 2017/06/21 08:30:18 I had previously had `width: 100%` on this element
+ color: #000000;
juliandoucette 2017/06/20 16:20:16 "Use 3 character hexadecimal notation where possib
ire 2017/06/21 08:30:18 Acknowledged.
+}
+
+#ready-for-windows-notice {
+ margin: 10px 10px 30px;
juliandoucette 2017/06/20 16:20:17 Why should only this notice be less wide and have
ire 2017/06/21 08:30:18 It isn't meant to be. I had incorrectly copied the
+ line-height: 1.4;
juliandoucette 2017/06/20 16:20:17 Why should only this notice have comfortable line
ire 2017/06/21 08:30:18 I will move this style to the .notice class
+}
« no previous file with comments | « includes/index.tmpl ('k') | static/css/main.css » ('j') | static/css/main.css » ('J')

Powered by Google App Engine
This is Rietveld