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

Side by Side Diff: anwiki/_override-static/global/global/css/index-mobile.css

Issue 10295007: Added "learn more" toggle and area for platform-specific content (Closed)
Patch Set: Hide "learn more" button if JavaScript disabled Created April 23, 2013, 9:15 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
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 #video 8 #video
9 { 9 {
10 -webkit-box-sizing: border-box; 10 -webkit-box-sizing: border-box;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 padding-right: 80px; 66 padding-right: 80px;
67 padding-left: 0px; 67 padding-left: 0px;
68 text-align: right; 68 text-align: right;
69 } 69 }
70 70
71 #key-facts section.border-right 71 #key-facts section.border-right
72 { 72 {
73 padding-bottom: 25px; 73 padding-bottom: 25px;
74 border-bottom: 1px dotted black; 74 border-bottom: 1px dotted black;
75 } 75 }
76
77 #more, #less
78 {
79 padding: 10px 50px;
80 border-radius: 4px;
81 }
82
83 #sidebar
84 {
85 padding-top: 20px;
86 }
87
88 .more-tab
89 {
90 text-align: left;
91 margin: 10px 10px 0px 10px;
92 }
OLDNEW
« no previous file with comments | « anwiki/_override-static/global/global/css/index-desktop.css ('k') | anwiki/_override-static/global/global/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld