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

Unified Diff: static/css/index.css

Issue 29721725: Fixes #34 - Adjustments to footnote section of index page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 13, 2018, 5:02 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/footnote.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
@@ -228,44 +228,13 @@
}
/******************************************************************************
* #footnote
*****************************************************************************/
#footnote
{
- margin-top: 20px;
- text-align: start;
+ padding-top: 3em;
+ padding-bottom: 2em;
+ font-size: 13px;
color: #7d7d7d;
}
-
-#footnote,
-#footnote li,
-#footnote a,
-#footnote strong
-{
- font-size: 11px;
-}
-
-#footnote li
-{
- padding-bottom: 5px;
-}
-
-#footnote li:first-child
-{
- padding-top: 5px;
-}
-
-#footnote ul
-{
- margin: 0px;
- padding: 0px 30px;
-}
-
-@media(max-width: 767px)
-{
- #footnote
- {
- padding: 0px 20px;
- }
-}
« no previous file with comments | « includes/footnote.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld