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

Unified Diff: static/css/main.css

Issue 29326102: Issue 3009 - Add support links to social media and forums to adblockbrowser.org (Closed)
Patch Set: fixed the string Created Sept. 8, 2015, 1 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 | « pages/ios-support/index.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -152,7 +152,7 @@
vertical-align: top;
}
-#content h1
+#content h1, #content h2
{
display: inline-block;
font-weight: 300;
@@ -162,6 +162,12 @@
margin-top: 0px;
}
+#content h2
+{
+ font-size: 30px;
+ margin-top: 17px;
+}
+
.note
{
padding: 10px;
« no previous file with comments | « pages/ios-support/index.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld