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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | static/js/animation.js » ('j') | static/js/animation.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 margin: 0; 9 margin: 0;
10 line-height: 1.5; 10 line-height: 1.5;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 padding-right: 0px; 124 padding-right: 0px;
125 } 125 }
126 126
127 div.animation[started="false"] 127 div.animation[started="false"]
128 { 128 {
129 cursor: pointer; 129 cursor: pointer;
130 } 130 }
131 131
132 div.animation[started="true"] 132 div.animation[started="true"]
133 { 133 {
134 box-sizing: initial;
134 -moz-user-select: none; 135 -moz-user-select: none;
135 } 136 }
136 137
138 .animation img
139 {
140 max-width: none;
141 }
142
137 .alert 143 .alert
138 { 144 {
139 display: block; 145 display: block;
140 padding: 15px; 146 padding: 15px;
141 margin: 15px 0; 147 margin: 15px 0;
142 background-color: #fff; 148 background-color: #fff;
143 border: 1px solid #a1a1a1; 149 border: 1px solid #a1a1a1;
144 } 150 }
145 151
146 [dir="ltr"] .alert 152 [dir="ltr"] .alert
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 { 709 {
704 display: none; 710 display: none;
705 } 711 }
706 712
707 /* overriding display:none above */ 713 /* overriding display:none above */
708 #footer #social-list 714 #footer #social-list
709 { 715 {
710 display: block; 716 display: block;
711 } 717 }
712 } 718 }
OLDNEW
« 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