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

Side by Side Diff: anwiki/_override-static/global/global/css/main.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 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 background-position: -83px -83px; 230 background-position: -83px -83px;
231 } 231 }
232 232
233 #content h1 233 #content h1
234 { 234 {
235 font-size: 30px; 235 font-size: 30px;
236 } 236 }
237 237
238 #content h2 238 #content h2
239 { 239 {
240 font-weight: bold;
240 font-size: 25px; 241 font-size: 25px;
241 } 242 }
242 243
243 #content h3 244 #content h3
244 { 245 {
245 font-size: 20px; 246 font-size: 20px;
246 } 247 }
247 248
248 .toc 249 .toc
249 { 250 {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 356
356 div.animation[started="false"] 357 div.animation[started="false"]
357 { 358 {
358 cursor: pointer; 359 cursor: pointer;
359 } 360 }
360 361
361 div.animation[started="true"] 362 div.animation[started="true"]
362 { 363 {
363 -moz-user-select: none; 364 -moz-user-select: none;
364 } 365 }
OLDNEW

Powered by Google App Engine
This is Rietveld