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

Unified Diff: static/css/index.css

Issue 29568555: Issue 5723 - Implement new abp.org content style guide (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 7, 2017, 3:33 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
Index: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -1,9 +1,9 @@
-#content h1, #content h2
+#key-facts h1
juliandoucette 2017/10/07 15:50:07 #key-facts headings were the only headings that I
ire 2017/10/09 12:28:48 Ack. I couldn't find any other cases either.
{
font-size: 16px;
}
#content .sprite
{
background-image: url(../img/sprite-index.png);
}
@@ -499,16 +499,21 @@
#content.internet-explorer_ua-internet-explorer .warning-platform.internet-explorer,
#content.safari_ua-safari .warning-platform.safari,
#content.yandex-browser_ua-yandex-browser .warning-platform.yandex-browser,
#content.maxthon_ua-maxthon .warning-platform.maxthon
{
display: none;
}
+#key-facts
juliandoucette 2017/10/07 15:50:07 border-box breaks this layout because it relies on
ire 2017/10/09 12:28:48 Acknowledged.
+{
+ box-sizing: content-box;
+}
+
#key-facts section
{
display: inline-block;
}
#key-facts section h1
{
margin-top: 0px;

Powered by Google App Engine
This is Rietveld