mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
css: make box-sizing border-box by default everywhere
This commit is contained in:
parent
2dc4cfdfe1
commit
8a9300866b
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ html {
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
color: #3e3e3e;
|
color: #3e3e3e;
|
||||||
}
|
}
|
||||||
|
html, *, *:after, *:before {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
*, p {
|
*, p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue