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

Unified Diff: static/css/main.css

Issue 29669627: Issue 6175 - Animations are not displayed on faq pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Jan. 15, 2018, 5:57 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 | static/js/animation.js » ('j') | static/js/animation.js » ('J')
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
@@ -126,19 +126,25 @@
div.animation[started="false"]
{
cursor: pointer;
}
div.animation[started="true"]
{
+ box-sizing: initial;
-moz-user-select: none;
}
+.animation img
+{
+ max-width: none;
+}
+
.alert
{
display: block;
padding: 15px;
margin: 15px 0;
background-color: #fff;
border: 1px solid #a1a1a1;
}
« no previous file with comments | « no previous file | static/js/animation.js » ('j') | static/js/animation.js » ('J')

Powered by Google App Engine
This is Rietveld