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

Side by Side Diff: static/css/index.css

Issue 29798626: Fixes #91 - Homepage duplicate in Polish for SEM (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created June 4, 2018, 3:06 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 | « pages/poland.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 7
8 /****************************************************************************** 8 /******************************************************************************
9 * Browser-based styles 9 * Browser-based styles
10 *****************************************************************************/ 10 *****************************************************************************/
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 max-width: 10em; 307 max-width: 10em;
308 } 308 }
309 309
310 #abb-app-store-badges 310 #abb-app-store-badges
311 { 311 {
312 margin-top: 2em; 312 margin-top: 2em;
313 } 313 }
314 314
315 #abb-app-store-badges img 315 #abb-app-store-badges img
316 { 316 {
317 width: 200px; 317 height: 60px;
318 } 318 }
319 319
320 @media (max-width: 575px) 320 @media (max-width: 575px)
321 { 321 {
322 #abb-app-store-badges a:first-of-type 322 #abb-app-store-badges a:first-of-type
323 { 323 {
324 margin-bottom: 0.5em; 324 margin-bottom: 0.5em;
325 } 325 }
326 } 326 }
327 327
(...skipping 16 matching lines...) Expand all
344 * #footnote 344 * #footnote
345 *****************************************************************************/ 345 *****************************************************************************/
346 346
347 #footnote 347 #footnote
348 { 348 {
349 padding-top: 3em; 349 padding-top: 3em;
350 padding-bottom: 2em; 350 padding-bottom: 2em;
351 font-size: 13px; 351 font-size: 13px;
352 color: #7d7d7d; 352 color: #7d7d7d;
353 } 353 }
OLDNEW
« no previous file with comments | « pages/poland.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld