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

Side by Side 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.
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 | « includes/footnote.tmpl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /****************************************************************************** 1 /******************************************************************************
2 * Temparary styles 2 * Temparary styles
3 *****************************************************************************/ 3 *****************************************************************************/
4 4
5 .avoid-wrap {display: inline-block;} 5 .avoid-wrap {display: inline-block;}
6 .small {font-size: smaller;} 6 .small {font-size: smaller;}
7 .maxthon-only {display: none;} 7 .maxthon-only {display: none;}
8 .maxthon .maxthon-only {display: block;} 8 .maxthon .maxthon-only {display: block;}
9 9
10 #content, 10 #content,
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 padding-right: 2em; 226 padding-right: 2em;
227 } 227 }
228 } 228 }
229 229
230 /****************************************************************************** 230 /******************************************************************************
231 * #footnote 231 * #footnote
232 *****************************************************************************/ 232 *****************************************************************************/
233 233
234 #footnote 234 #footnote
235 { 235 {
236 margin-top: 20px; 236 padding-top: 3em;
237 text-align: start; 237 padding-bottom: 2em;
238 font-size: 13px;
238 color: #7d7d7d; 239 color: #7d7d7d;
239 } 240 }
240
241 #footnote,
242 #footnote li,
243 #footnote a,
244 #footnote strong
245 {
246 font-size: 11px;
247 }
248
249 #footnote li
250 {
251 padding-bottom: 5px;
252 }
253
254 #footnote li:first-child
255 {
256 padding-top: 5px;
257 }
258
259 #footnote ul
260 {
261 margin: 0px;
262 padding: 0px 30px;
263 }
264
265 @media(max-width: 767px)
266 {
267 #footnote
268 {
269 padding: 0px 20px;
270 }
271 }
OLDNEW
« 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