質問編集履歴
2
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -134,7 +134,7 @@
|
|
134
134
|
|
135
135
|
</div>
|
136
136
|
|
137
|
-
</div>
|
137
|
+
</div>
|
138
138
|
|
139
139
|
</div>
|
140
140
|
|
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -360,130 +360,12 @@
|
|
360
360
|
|
361
361
|
/* -----------
|
362
362
|
|
363
|
-
|
363
|
+
footer
|
364
364
|
|
365
365
|
-----------*/
|
366
366
|
|
367
367
|
|
368
368
|
|
369
|
-
.main-right-wrapper{
|
370
|
-
|
371
|
-
width:35%;
|
372
|
-
|
373
|
-
float:right;
|
374
|
-
|
375
|
-
text-align: center;
|
376
|
-
|
377
|
-
margin-bottom:30px;
|
378
|
-
|
379
|
-
}
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
.main-right-wrapper img{
|
384
|
-
|
385
|
-
width:100px;
|
386
|
-
|
387
|
-
height:100px;
|
388
|
-
|
389
|
-
border-radius: 50%;
|
390
|
-
|
391
|
-
margin-top:100px;
|
392
|
-
|
393
|
-
}
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
.main-right-wrapper h2{
|
398
|
-
|
399
|
-
font-family:arial;
|
400
|
-
|
401
|
-
font-weight:lighter;
|
402
|
-
|
403
|
-
margin-top:20px;
|
404
|
-
|
405
|
-
}
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
.main-right-wrapper p{
|
410
|
-
|
411
|
-
margin-top:20px;
|
412
|
-
|
413
|
-
}
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
.ranking{
|
418
|
-
|
419
|
-
width:35%;
|
420
|
-
|
421
|
-
float:right;
|
422
|
-
|
423
|
-
}
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
.ranking img{
|
428
|
-
|
429
|
-
width:100%;
|
430
|
-
|
431
|
-
}
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
.archive{
|
436
|
-
|
437
|
-
width:35%;
|
438
|
-
|
439
|
-
float:right;
|
440
|
-
|
441
|
-
}
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
.archive h2{
|
446
|
-
|
447
|
-
font-family: arial;
|
448
|
-
|
449
|
-
font-weight:lighter;
|
450
|
-
|
451
|
-
text-align: center;
|
452
|
-
|
453
|
-
margin:20px;
|
454
|
-
|
455
|
-
}
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
.archive p{
|
460
|
-
|
461
|
-
margin:20px 0;
|
462
|
-
|
463
|
-
}
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
.archive a{
|
468
|
-
|
469
|
-
font-family:arial;
|
470
|
-
|
471
|
-
text-decoration: none;
|
472
|
-
|
473
|
-
color:black;
|
474
|
-
|
475
|
-
}
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
/* -----------
|
480
|
-
|
481
|
-
footer
|
482
|
-
|
483
|
-
-----------*/
|
484
|
-
|
485
|
-
|
486
|
-
|
487
369
|
.footer{
|
488
370
|
|
489
371
|
bottom:0;
|