mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-10 22:56:22 +02:00
css: make box-sizing border-box by default everywhere
This commit is contained in:
parent
2dc4cfdfe1
commit
8a9300866b
@ -16,6 +16,9 @@ html {
|
||||
line-height: 16px;
|
||||
color: #3e3e3e;
|
||||
}
|
||||
html, *, *:after, *:before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*, p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user