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, 12:41 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 #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 font-size: 16px;
62 }
63
51 h3.edge-message 64 h3.edge-message
52 { 65 {
53 margin: 10px; 66 margin: 10px;
54 } 67 }
55 68
56 #other-platform ul 69 #other-platform ul
57 { 70 {
58 display: block; 71 display: block;
59 margin-top: 10px; 72 margin-top: 10px;
60 } 73 }
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 #sidebar 122 #sidebar
110 { 123 {
111 padding-top: 20px; 124 padding-top: 20px;
112 } 125 }
113 126
114 .more-tab 127 .more-tab
115 { 128 {
116 text-align: left; 129 text-align: left;
117 margin: 10px 10px 0px 10px; 130 margin: 10px 10px 0px 10px;
118 } 131 }
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