Only highlight "Humbug" when we actually mouse over it.

This demonstrates the important box-model difference between
margin and padding :)

(imported from commit 068414f9066da8175f07a9517a02e93cd2deebc7)
This commit is contained in:
Waseem Daher 2013-05-06 13:57:06 -04:00 committed by Tim Abbott
parent 26ea7e0897
commit a556265cf8
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ li {
font-family: Helvetica;
font-size: 100px;
font-weight: bold;
padding-top: 50px;
padding-bottom: 60px;
margin-top: 50px;
margin-bottom: 60px;
}
.lead {