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

Delta Between Two Patch Sets: skin/updates.css

Issue 29592569: Issue 5943 - Implement Updates Page for Adblock Plus extension (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Left Patch Set: Addressed seventh round of feedback Created Jan. 12, 2018, 11:14 a.m.
Right Patch Set: Addressed seventh round of feedback Created Jan. 12, 2018, 11:35 a.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 | « locale/en_US/updates.json ('k') | skin/updates/appstore-bg.svg » ('j') | 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 font-style: normal; 4 font-style: normal;
5 font-weight: 400; 5 font-weight: 400;
6 font-stretch: normal; 6 font-stretch: normal;
7 src: local ("Ø"), 7 src: local ("Ø"),
8 url(fonts/SourceSansPro-Regular.woff) format("woff"); 8 url(fonts/SourceSansPro-Regular.woff) format("woff");
9 } 9 }
10 10
(...skipping 28 matching lines...) Expand all
39 39
40 .column 40 .column
41 { 41 {
42 height: 100vh; 42 height: 100vh;
43 display: flex; 43 display: flex;
44 align-items: center; 44 align-items: center;
45 justify-content: center; 45 justify-content: center;
46 flex: 1; 46 flex: 1;
47 } 47 }
48 48
49 #graphic-column, .graphic-column 49 #graphic-column,
Thomas Greiner 2018/01/12 11:31:44 Coding style: "Always start a new line for each se
50 .graphic-column
50 { 51 {
51 background-color: #8DC446; 52 background-color: #8DC446;
52 } 53 }
53 54
54 #content 55 #content
55 { 56 {
56 padding: 0 3em; 57 padding: 0 3em;
57 max-width: 760px; 58 max-width: 760px;
58 } 59 }
59 60
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 .column 238 .column
238 { 239 {
239 align-items: flex-start; 240 align-items: flex-start;
240 } 241 }
241 242
242 html[dir="rtl"] .applestore-button 243 html[dir="rtl"] .applestore-button
243 { 244 {
244 margin: 0 0 1em 0; 245 margin: 0 0 1em 0;
245 } 246 }
246 } 247 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld