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

Unified Diff: static/css/index.css

Issue 29756797: Fixes #47 - Add link beneath install button to download page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Address comments #2 Created April 23, 2018, 1:49 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 | « includes/hero-download.html ('k') | no next file » | 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
@@ -78,16 +78,21 @@
}
}
#hero-download-tos
{
margin-bottom: 0.5em;
}
+#hero-download-alternate
+{
+ font-size: smaller;
+}
+
#hero-download-button
{
display: inline-block;
min-width: 250px;
/* stretch full-width <= small tablets */
width: 100%;
/* 0.2em taller than normal buttons */
padding-top: 0.8em;
« no previous file with comments | « includes/hero-download.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld