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

Unified Diff: pages/filter-cheatsheet.html

Issue 29469555: Noissue - Fix a cosmetic issue on filter-cheatsheet (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org/
Patch Set: Created June 20, 2017, 2:33 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/filter-cheatsheet.html
===================================================================
--- a/pages/filter-cheatsheet.html
+++ b/pages/filter-cheatsheet.html
@@ -34,17 +34,17 @@
}
.explanations > *
{
display: inline-block;
text-align: left;
border: 4px solid;
margin: 0px 1%;
- width: 20%;
+ width: 19%;
border-radius: 10px;
padding: 0px 5px;
opacity: 0.6;
}
.explanations > .active
{
opacity: 1.0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld