mirror of https://github.com/zulip/zulip.git
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:
parent
26ea7e0897
commit
a556265cf8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue