| 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 /******************************************************************************* |  | 
| 456  * #footer | 439  * #footer | 
| 457  ******************************************************************************/ | 440  ******************************************************************************/ | 
| 458 | 441 | 
| 459 #footer | 442 #footer | 
| 460 { | 443 { | 
| 461   overflow: auto; | 444   overflow: auto; | 
| 462   margin-top: 2em; | 445   margin-top: 2em; | 
| 463   padding: 2em 0em; | 446   padding: 2em 0em; | 
| 464   color: #ececec; | 447   color: #ececec; | 
| 465   background-color: #292929; | 448   background-color: #292929; | 
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 613   { | 596   { | 
| 614     display: none; | 597     display: none; | 
| 615   } | 598   } | 
| 616 | 599 | 
| 617   /* overriding display:none above */ | 600   /* overriding display:none above */ | 
| 618   #footer #social-list | 601   #footer #social-list | 
| 619   { | 602   { | 
| 620     display: block; | 603     display: block; | 
| 621   } | 604   } | 
| 622 } | 605 } | 
| OLD | NEW | 
|---|