| OLD | NEW | 
|---|
| 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   margin: 0; | 9   margin: 0; | 
| 10   line-height: 1.5; | 10   line-height: 1.5; | 
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 429 | 429 | 
| 430   #navbar-menu li a:hover, | 430   #navbar-menu li a:hover, | 
| 431   #navbar-menu li a:active, | 431   #navbar-menu li a:active, | 
| 432   #navbar-menu li a:focus | 432   #navbar-menu li a:focus | 
| 433   { | 433   { | 
| 434     background-color: #434343; | 434     background-color: #434343; | 
| 435   } | 435   } | 
| 436 } | 436 } | 
| 437 | 437 | 
| 438 /******************************************************************************* | 438 /******************************************************************************* | 
|  | 439  * #content | 
|  | 440  ******************************************************************************/ | 
|  | 441 | 
|  | 442 #content | 
|  | 443 { | 
|  | 444   padding-top: 2.5em; | 
|  | 445 } | 
|  | 446 | 
|  | 447 @media(min-width: 768px) | 
|  | 448 { | 
|  | 449   #content | 
|  | 450   { | 
|  | 451     padding-top: 5em; | 
|  | 452   } | 
|  | 453 } | 
|  | 454 | 
|  | 455 /******************************************************************************* | 
| 439  * #footer | 456  * #footer | 
| 440  ******************************************************************************/ | 457  ******************************************************************************/ | 
| 441 | 458 | 
| 442 #footer | 459 #footer | 
| 443 { | 460 { | 
| 444   overflow: auto; | 461   overflow: auto; | 
| 445   margin-top: 2em; | 462   margin-top: 2em; | 
| 446   padding: 2em 0em; | 463   padding: 2em 0em; | 
| 447   color: #ececec; | 464   color: #ececec; | 
| 448   background-color: #292929; | 465   background-color: #292929; | 
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 596   { | 613   { | 
| 597     display: none; | 614     display: none; | 
| 598   } | 615   } | 
| 599 | 616 | 
| 600   /* overriding display:none above */ | 617   /* overriding display:none above */ | 
| 601   #footer #social-list | 618   #footer #social-list | 
| 602   { | 619   { | 
| 603     display: block; | 620     display: block; | 
| 604   } | 621   } | 
| 605 } | 622 } | 
| OLD | NEW | 
|---|