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

Delta Between Two Patch Sets: static/css/main.css

Issue 29335186: Issue 3025 - Adjusting content margin and font size for small screens in web.adblockbrowser.org (Closed)
Left Patch Set: Updated max width and removed font size change Created Feb. 10, 2016, 4:58 p.m.
Right Patch Set: Removed unused padding Created Feb. 10, 2016, 5:03 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 @font-face 1 @font-face
2 { 2 {
3 font-family: "Source Sans Pro"; 3 font-family: "Source Sans Pro";
4 src: url(fonts/SourceSansPro-Light.woff); 4 src: url(fonts/SourceSansPro-Light.woff);
5 /* local("Ø") forces using no local font called Source Sans Pro */ 5 /* local("Ø") forces using no local font called Source Sans Pro */
6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff"); 6 src: local("Ø"), url(fonts/SourceSansPro-Light.woff) format("woff");
7 font-weight: 300; 7 font-weight: 300;
8 font-style: normal; 8 font-style: normal;
9 } 9 }
10 10
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 line-height: 80px 574 line-height: 80px
575 } 575 }
576 576
577 nav li:last-child 577 nav li:last-child
578 { 578 {
579 border-bottom: 4px solid #727272; 579 border-bottom: 4px solid #727272;
580 } 580 }
581 581
582 .content-left 582 .content-left
583 { 583 {
584 padding: 0px;
585 max-width: 100%; 584 max-width: 100%;
586 display: block; 585 display: block;
587 margin: 0px auto; 586 margin: 0px auto;
588 } 587 }
589 588
590 #content h1 589 #content h1
591 { 590 {
592 font-size: 28px; 591 font-size: 28px;
593 line-height: 36px; 592 line-height: 36px;
594 } 593 }
595 594
596 #content 595 #content
597 { 596 {
598 padding: 34px 20px 68px 20px; 597 padding: 34px 20px 68px 20px;
599 } 598 }
600 599
601 #footnotes 600 #footnotes
602 { 601 {
603 margin-top: 34px; 602 margin-top: 34px;
604 } 603 }
605 } 604 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld