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

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

Issue 29335186: Issue 3025 - Adjusting content margin and font size for small screens in web.adblockbrowser.org (Closed)
Patch Set: Created Feb. 1, 2016, 5:12 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 | 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 @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 17px; 584 padding: 0px;
585 max-width: 88%; 585 max-width: 88%;
saroyanm 2016/02/10 14:45:47 Can't see a reason why this was set, but if we spe
juliandoucette 2016/02/10 16:58:38 I agree.
586 display: block; 586 display: block;
587 margin: 0px auto; 587 margin: 0px auto;
588 } 588 }
589 589
590 #content h1 590 #content h1
591 { 591 {
592 font-size: 28px; 592 font-size: 28px;
593 line-height: 36px; 593 line-height: 36px;
594 } 594 }
595 595
596 #content 596 #content
597 { 597 {
598 padding: 34px 0px 68px 0px; 598 font-size: 16px;
saroyanm 2016/02/10 14:45:47 Detail: I would avoid having similar cosmetic with
juliandoucette 2016/02/10 16:58:38 I agree that we should avoid having similar cosmet
599 padding: 34px 20px 68px 20px;
599 } 600 }
600 601
601 #footnotes 602 #footnotes
602 { 603 {
603 margin-top: 34px; 604 margin-top: 34px;
604 } 605 }
605 } 606 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld