mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
css: add normalizer, and fix previous rules
Some old rules was build with box-sizing: content-box. Switching now to border-box change how containers are calculated
This commit is contained in:
parent
ae1a2531f8
commit
fb5a65c5fc
8 changed files with 432 additions and 23 deletions
|
@ -1,3 +1,5 @@
|
|||
@import url("pad/normalize.css");
|
||||
|
||||
@import url("pad/layout.css");
|
||||
@import url("pad/fonts.css");
|
||||
@import url("pad/toolbar.css");
|
||||
|
@ -16,13 +18,6 @@ html {
|
|||
line-height: 16px;
|
||||
color: #3e3e3e;
|
||||
}
|
||||
html, *, *:after, *:before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*, p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.clear {
|
||||
clear: both
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue