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

Delta Between Two Patch Sets: static/css/index-mobile.css

Issue 29433588: Issue 5191 - Fixed long localization word wrap issue (Closed)
Left Patch Set: Created May 8, 2017, 11:42 a.m.
Right Patch Set: Created May 8, 2017, 12:41 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 #content 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 margin-left: 0; 4 margin-left: 0;
5 margin-right: 0; 5 margin-right: 0;
6 } 6 }
7 7
8 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #install 51 #install
52 { 52 {
53 display: block; 53 display: block;
54 width: auto; 54 width: auto;
55 padding: 10px; 55 padding: 10px;
56 } 56 }
57 57
58 #install .install-button 58 #install .install-button
59 { 59 {
60 width: 100%; 60 width: 100%;
61 font-size: 16px;
61 } 62 }
62 63
63 h3.edge-message 64 h3.edge-message
64 { 65 {
65 margin: 10px; 66 margin: 10px;
66 } 67 }
67 68
68 #other-platform ul 69 #other-platform ul
69 { 70 {
70 display: block; 71 display: block;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 #sidebar 122 #sidebar
122 { 123 {
123 padding-top: 20px; 124 padding-top: 20px;
124 } 125 }
125 126
126 .more-tab 127 .more-tab
127 { 128 {
128 text-align: left; 129 text-align: left;
129 margin: 10px 10px 0px 10px; 130 margin: 10px 10px 0px 10px;
130 } 131 }
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