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: Addressed comments Created Oct. 9, 2017, 11:25 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
« no previous file with comments | « static/css/defaults.css ('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
@@ -1,9 +1,9 @@
-#content h1, #content h2
+#key-facts h1
{
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
+{
+ box-sizing: content-box;
+}
+
#key-facts section
{
display: inline-block;
}
#key-facts section h1
{
margin-top: 0px;
« no previous file with comments | « static/css/defaults.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld