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

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

Issue 29433588: Issue 5191 - Fixed long localization word wrap issue (Closed)
Patch Set: Created May 8, 2017, 11:42 a.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 #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 30 matching lines...) Expand all
41 { 41 {
42 font-size: 20px; 42 font-size: 20px;
43 } 43 }
44 44
45 #summary ul 45 #summary ul
46 { 46 {
47 display: inline-block; 47 display: inline-block;
48 text-align: left; 48 text-align: left;
49 } 49 }
50 50
51 #install
52 {
53 display: block;
54 width: auto;
55 padding: 10px;
56 }
57
58 #install .install-button
59 {
60 width: 100%;
61 }
62
51 h3.edge-message 63 h3.edge-message
52 { 64 {
53 margin: 10px; 65 margin: 10px;
54 } 66 }
55 67
56 #other-platform ul 68 #other-platform ul
57 { 69 {
58 display: block; 70 display: block;
59 margin-top: 10px; 71 margin-top: 10px;
60 } 72 }
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 #sidebar 121 #sidebar
110 { 122 {
111 padding-top: 20px; 123 padding-top: 20px;
112 } 124 }
113 125
114 .more-tab 126 .more-tab
115 { 127 {
116 text-align: left; 128 text-align: left;
117 margin: 10px 10px 0px 10px; 129 margin: 10px 10px 0px 10px;
118 } 130 }
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