mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1500389 - Set margin to 0 instead of initial for <p>;r=ladybenko,daisuke
Depends on D17917 As discussed on slack. Let me know if you'd prefer another comment and/or moving this to the message CSS file? Differential Revision: https://phabricator.services.mozilla.com/D17918 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
7c9cb4e14a
commit
bc7ba97c34
@ -99,8 +99,8 @@ a:active {
|
||||
}
|
||||
|
||||
p {
|
||||
/* reset for the default <p> styles */
|
||||
margin: initial;
|
||||
/* remove default browser margins on <p> elements */
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user