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

Unified Diff: static/css/index.css

Issue 29424810: Issue 5191 - Add Terms of Use to adblockplus.org homepage (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Removed '>' from selector Created May 2, 2017, 2:54 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/index.tmpl ('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
@@ -169,16 +169,22 @@
#content h3.edge-message,
#content h3.edge-message a
{
color: #2d79c0;
font-size: 20px;
}
+#terms-message,
+#terms-message a
+{
+ font-size: 12px;
+}
+
/* This cannot be just .install-button because a:link will have a higher
specificity otherwise (overrides text color) */
#install .install-button
{
display: none;
position: relative;
width: 305px;
height: 50px;
« no previous file with comments | « includes/index.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld