Merge branch 'dev-bagus' of https://github.com/defuj/eis into dev-defuj
This commit is contained in:
@ -1073,6 +1073,10 @@ body {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.collapse {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
.static {
|
||||
position: static;
|
||||
}
|
||||
@ -1895,6 +1899,10 @@ body {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.border-collapse {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.origin-top-left {
|
||||
transform-origin: top left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user