Fix transitions
This commit is contained in:
parent
f3e4ef15c8
commit
7dd70078c9
@ -2,12 +2,15 @@
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
clear: both; }
|
clear: both; }
|
||||||
|
*{
|
||||||
|
transition-duration: .2s;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
transition-duration: .2s; }
|
transition: none;
|
||||||
|
}
|
||||||
|
|
||||||
#mast {
|
#mast {
|
||||||
background: none;
|
background: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user